Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.7 KB

ListUnconfirmedTransactionsByAddressRI.md

File metadata and controls

14 lines (11 loc) · 1.7 KB

# ListUnconfirmedTransactionsByAddressRI

Properties

Name Type Description Notes
recipients \CryptoAPIs\Model\ListUnconfirmedTransactionsByAddressRIRecipientsInner[] Represents a list of recipient addresses with the respective amounts. In account-based protocols like Ethereum there is only one address in this list.
senders \CryptoAPIs\Model\ListUnconfirmedTransactionsByAddressRISendersInner[] Represents a list of sender addresses with the respective amounts. In account-based protocols like Ethereum there is only one address in this list.
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.
blockchain_specific \CryptoAPIs\Model\ListUnconfirmedTransactionsByAddressRIBS

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