@ethereumjs/tx / JSONTx
Defined in: types.ts:593
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).
optionalaccessList:JSONAccessListItem[]
Defined in: types.ts:604
optionalauthorizationList:EOACode7702AuthorizationList
Defined in: types.ts:605
optionalblobVersionedHashes:`0x${string}`[]
Defined in: types.ts:610
optionalchainId:`0x${string}`
Defined in: types.ts:603
optionaldata:`0x${string}`
Defined in: types.ts:598
optionalgasLimit:`0x${string}`
Defined in: types.ts:596
optionalgasPrice:`0x${string}`
Defined in: types.ts:595
optionalmaxFeePerBlobGas:`0x${string}`
Defined in: types.ts:609
optionalmaxFeePerGas:`0x${string}`
Defined in: types.ts:608
optionalmaxPriorityFeePerGas:`0x${string}`
Defined in: types.ts:607
optionalnonce:`0x${string}`
Defined in: types.ts:594
optionalr:`0x${string}`
Defined in: types.ts:600
optionals:`0x${string}`
Defined in: types.ts:601
optionalto:`0x${string}`
Defined in: types.ts:597
optionaltype:`0x${string}`
Defined in: types.ts:606
optionalv:`0x${string}`
Defined in: types.ts:599
optionalvalue:`0x${string}`
Defined in: types.ts:602
optionalyParity:`0x${string}`
Defined in: types.ts:611