Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.24 KB

File metadata and controls

25 lines (17 loc) · 1.24 KB

PaymentTransaction

Properties

Name Type Description Notes
txId String The transaction ID.
txHash String The transaction hash. [optional]
tokenId String The ID of the cryptocurrency. [optional]
fromAddress String The source address of the transaction.
toAddress String The destination address of the transaction.
amount String The amount of cryptocurrency transferred, as a decimal string.
status TransactionStatus
subStatus TransactionSubStatus [optional]
failedReason String (This property is applicable to approval failures and signature failures only) The reason why the transaction failed. [optional]
counterparty Counterparty [optional]
destination Destination [optional]
createdTimestamp Long The time when the transaction was created, in Unix timestamp format, measured in milliseconds.
updatedTimestamp Long The time when the transaction was updated, in Unix timestamp format, measured in milliseconds.