CountPaymentsPaid
From The Contingency Market
Contents |
CountPaymentsPaid(ulSessionID,uSequenceID,sIntegrity)
Count the number of completed payments from the authenticated agent (not including partial payments).
PARAMETERS
-
ulong ulSessionID - ID of authenticated session.
-
uint uSequenceID - Sequence number.
-
string sIntegrity -
md5("ipaddr(sid,seq)->CountPaymentsPaid()/secret")
RETURNS
uint
-
uint - number of payments.
FAULTS
Session.
TEST
CountPaymentsPaid() currently returns: 0.

