Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 2.08 KB

ListZilliqaTransactionsByAddressRI.md

File metadata and controls

21 lines (18 loc) · 2.08 KB

# ListZilliqaTransactionsByAddressRI

Properties

Name Type Description Notes
fee \CryptoAPIs\Model\GetZilliqaTransactionDetailsByTransactionIDRIFee
gas_limit int Represents the maximum amount of gas allowed in the block in order to determine how many transactions it can fit.
gas_price int Defines the price of the gas.
gas_used int Defines how much of the gas for the block has been used.
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 number of blocks in the blockchain preceding this specific block. Block numbers have no gaps. A blockchain usually starts with block 0 called the "Genesis block".
nonce int Represents a random value that can be adjusted to satisfy the Proof of Work.
recipients \CryptoAPIs\Model\ListZilliqaTransactionsByAddressRIRecipientsInner[] Defines an object array of the transaction recipients.
senders \CryptoAPIs\Model\ListZilliqaTransactionsByAddressRISendersInner[] Represents an object of addresses that provide the funds.
timestamp int Defines the exact date/time when this block was mined in Unix Timestamp.
transaction_hash string Represents the hash of the transaction, which is its unique identifier.
transaction_index int Defines the numeric representation of the transaction index.
transaction_status string Defines the status of the transaction, whether it is e.g. pending or complete.

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