32 Bytes - hash of the transaction.
Quantity - (optional) Integer of a nonce. This allows you to overwrite your own pending transactions that use the same nonce.
32 Bytes - hash of the block where this transaction was included. Null when pending.
Block number where this transaction was included. Null when pending. The transaction’s index position in the block. Null when pending.
20 Bytes - The address the transaction is sent from.
20 Bytes - The address the transaction is directed to. (Optional when creating new contract)
Quantity - (optional) Integer of the value sent with this transaction.
Quantity - (optional) Integer of the gas price used for each paid gas.
Quantity - (optional) Integer of the gas provided for the transaction execution. (eth_call consumes zero gas)
The data sent along with the transaction.
The standardised V field of the signature.
The standardised V field of the signature (0 or 1). Only applicable to legacy transactions.
The R field of the signature.
Public key of the signer.
The chain id of the transaction, if any.
Conditional submission of the transaction. Can be an object with a block number ({ block: 1 }), a UTC timestamp in seconds ({ time: 1491290692 }), or null. UTC timestamp condition in seconds