Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.02 KB

File metadata and controls

23 lines (15 loc) · 1.02 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
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.