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

