Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.1 KB

ListTransactionsByBlockHeightRIBSE.md

File metadata and controls

15 lines (12 loc) · 1.1 KB

# ListTransactionsByBlockHeightRIBSE

Properties

Name Type Description Notes
contract string Represents the specific transaction contract.
gas_limit string Represents the amount of gas used by this specific transaction alone.
gas_price \CryptoAPIs\Model\GetTransactionDetailsByTransactionIDRIBSEGasPrice
gas_used string Represents the exact unit of gas that was used for the transaction.
input_data string Represents additional information that is required for the transaction.
nonce int Represents the sequential running number for an address, starting from 0 for the first transaction. E.g., if the nonce of a transaction is 10, it would be the 11th transaction sent from the sender's address.
transaction_status string Represents the status of this transaction.

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