Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 2.12 KB

GetWalletTransactionDetailsByTransactionIDRI.md

File metadata and controls

19 lines (16 loc) · 2.12 KB

# GetWalletTransactionDetailsByTransactionIDRI

Properties

Name Type Description Notes
index int Represents the index position of the transaction in the specific block.
is_confirmed bool Represents the state of the transaction whether it is confirmed or not confirmed.
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. [optional]
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. [optional]
recipients string String representation of the transaction to address
senders string String representation of the transaction from address
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.
transaction_id string Represents the unique identifier of a transaction, i.e. it could be `transactionId` in UTXO-based protocols like Bitcoin, and transaction `hash` in Ethereum blockchain.
fee \CryptoAPIs\Model\GetWalletTransactionDetailsByTransactionIDRIFee
blockchain_specific \CryptoAPIs\Model\GetWalletTransactionDetailsByTransactionIDRIBS

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