Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 2.6 KB

ListXRPRippleTransactionsByAddressAndTimeRangeRI.md

File metadata and controls

23 lines (20 loc) · 2.6 KB

# ListXRPRippleTransactionsByAddressAndTimeRangeRI

Properties

Name Type Description Notes
destination_tag int A destination tag is a value used to discern the holder of the Ripple (XRP) being deposited or withdrawn. [optional]
index int Represents the index position of the transaction in the block.
mined_in_block_hash string Represents the hash of the block where this transaction was mined/confirmed for first time. The hash is defined as a cryptographic digital fingerprint made by hashing the block header twice through the SHA256 algorithm.
mined_in_block_height int Represents the hight of the block where this transaction was mined/confirmed for first time. The height is defined as the number of blocks in the blockchain preceding this specific block.
recipients \com.cryptoapis.rest_apis.sdk\Model\GetXRPRippleTransactionDetailsByTransactionIDRIRecipientsInner[] Represents an object of addresses that receive the transactions.
senders \com.cryptoapis.rest_apis.sdk\Model\GetXRPRippleTransactionDetailsByTransactionIDRISendersInner[] Represents an object of addresses that provide the funds.
sequence int Defines the transaction input's sequence as an integer, which is is used when transactions are replaced with newer versions before LockTime.
status string Defines the status of the transaction.
timestamp int Defines the exact date/time in Unix Timestamp when this transaction was mined, confirmed or first seen in Mempool, if it is unconfirmed.
transaction_hash string Represents the hash of the XRP transaction.
type string Specifies the type of the transaction.
fee \com.cryptoapis.rest_apis.sdk\Model\ListXRPRippleTransactionsByAddressRIFee
offer \com.cryptoapis.rest_apis.sdk\Model\ListXRPRippleTransactionsByAddressRIOffer
receive \com.cryptoapis.rest_apis.sdk\Model\ListXRPRippleTransactionsByAddressRIReceive
value \com.cryptoapis.rest_apis.sdk\Model\ListXRPRippleTransactionsByAddressRIValue

[Back to Model list] [Back to API list] [Back to README]