Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 1.16 KB

NativeTransaction.md

File metadata and controls

20 lines (19 loc) · 1.16 KB

NativeTransaction

Properties

Name Type Description Notes
blockNumber String The block number on the chain.
blockTimestamp BigDecimal The block finality timestamp.
blockHash String The block hash identifier.
blockIndex BigDecimal The index at which the transaction occured in the block (0-indexed).
txHash String The transaction hash identifier.
txStatus String The transaction status, which is either 0 (failed) or 1 (successful).
txType BigDecimal The transaction type.
gasLimit String The gas limit set for the transaction.
gasUsed String The amount of gas used.
gasPrice String The gas price denominated by the number of decimals of the native token.
nonce String The nonce used by the sender of the transaction.
from RichAddress
to RichAddress
method Method [optional]
value String