web3-eth-accountsInterfacesJsonTxOn this pageJsonTx Generic interface for all tx types with a JSON representation of a transaction. Note that all values are marked as optional and not all the values are present on all tx types (an EIP1559 tx e.g. lacks a gasPrice).Index PropertiesaccessListchainIddatagasLimitgasPricemaxFeePerDataGasmaxFeePerGasmaxPriorityFeePerGasnoncerstotypevvalueversionedHashesProperties optionalaccessListaccessList?: JsonAccessListItem[]optionalchainIdchainId?: stringoptionaldatadata?: stringoptionalgasLimitgasLimit?: stringoptionalgasPricegasPrice?: stringoptionalmaxFeePerDataGasmaxFeePerDataGas?: stringoptionalmaxFeePerGasmaxFeePerGas?: stringoptionalmaxPriorityFeePerGasmaxPriorityFeePerGas?: stringoptionalnoncenonce?: stringoptionalrr?: stringoptionalss?: stringoptionaltoto?: stringoptionaltypetype?: stringoptionalvv?: stringoptionalvaluevalue?: stringoptionalversionedHashesversionedHashes?: string[]
Generic interface for all tx types with a JSON representation of a transaction.
Note that all values are marked as optional and not all the values are present on all tx types (an EIP1559 tx e.g. lacks a
gasPrice
).