Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 2.44 KB

ListXRPRippleTransactionsByBlockHashRI.md

File metadata and controls

23 lines (20 loc) · 2.44 KB

# ListXRPRippleTransactionsByBlockHashRI

Properties

Name Type Description Notes
additional_data string Represents any additional data that may be needed. [optional]
destination_tag int [optional]
index int Represents the index position of the transaction in the specific block.
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 \CryptoAPIs\Model\ListXRPRippleTransactionsByBlockHashRIRecipientsInner[] Represents an object of addresses that receive the transactions.
senders \CryptoAPIs\Model\ListXRPRippleTransactionsByBlockHashRISendersInner[] 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 same as `transactionId` for account-based protocols like Ethereum, while it could be different in UTXO-based protocols like Bitcoin. E.g., in UTXO-based protocols `hash` is different from `transactionId` for SegWit transactions.
type string Defines the type of the transaction.
fee \CryptoAPIs\Model\ListXRPRippleTransactionsByBlockHashRIFee
offer \CryptoAPIs\Model\ListXRPRippleTransactionsByBlockHashRIOffer
receive \CryptoAPIs\Model\ListXRPRippleTransactionsByBlockHashRIReceive
value \CryptoAPIs\Model\ListXRPRippleTransactionsByBlockHashRIValue

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