Optional blockHash of this transaction's block as hex string; null if pending.
This transaction's block number; null if pending.
Optional fromAddress of the sender (as checksummed hex string).
Optional gasGas provided by the sender, as numeric string.
Optional gasGas price for this transaction, as numeric string.
Optional hashThe transaction hash as hex string.
Data sent with the transaction, as hex string.
Optional maxThe maximum fee per gas that the transaction is willing to pay in total.
Optional maxThe maximum fee per gas to give miners to incentivize them to include the transaction (Priority fee).
Optional nonceThe nonce of the sender before this transaction was sent.
Address of the recipient (as checksummed hex string), or null for a contract creation.
Optional transactionIndex of transaction in block; null if block is pending.
Optional typeA positive unsigned 8-bit number between 0 and 0x7f that represents the type of the transaction.
Optional valueWei sent with this transaction, as numeric string.
Generated using TypeDoc
Contains information about a transaction. Most of the fields have been made optional; only those needed by the decoder have been made mandatory.
Intended to work like Web3's Transaction type, but with strings allowed where it requires numbers.