@ethereumjs/tx / JsonRpcTx
Interface: JsonRpcTx
Table of contents
Properties
Properties
accessList
• Optional
accessList: JsonAccessListItem
[]
Defined in
tx/src/types.ts:470
blobVersionedHashes
• Optional
blobVersionedHashes: string
[]
Defined in
tx/src/types.ts:482
blockHash
• blockHash: null
| string
Defined in
tx/src/types.ts:462
blockNumber
• blockNumber: null
| string
Defined in
tx/src/types.ts:463
chainId
• Optional
chainId: string
Defined in
tx/src/types.ts:471
from
• from: string
Defined in
tx/src/types.ts:464
gas
• gas: string
Defined in
tx/src/types.ts:465
gasPrice
• gasPrice: string
Defined in
tx/src/types.ts:466
hash
• hash: string
Defined in
tx/src/types.ts:472
• input: string
Defined in
tx/src/types.ts:473
maxFeePerBlobGas
• Optional
maxFeePerBlobGas: string
Defined in
tx/src/types.ts:481
maxFeePerGas
• Optional
maxFeePerGas: string
Defined in
tx/src/types.ts:467
maxPriorityFeePerGas
• Optional
maxPriorityFeePerGas: string
Defined in
tx/src/types.ts:468
nonce
• nonce: string
Defined in
tx/src/types.ts:474
r
• r: string
Defined in
tx/src/types.ts:479
s
• s: string
Defined in
tx/src/types.ts:480
to
• to: null
| string
Defined in
tx/src/types.ts:475
transactionIndex
• transactionIndex: null
| string
Defined in
tx/src/types.ts:476
type
• type: string
Defined in
tx/src/types.ts:469
v
• v: string
Defined in
tx/src/types.ts:478
value
• value: string
Defined in
tx/src/types.ts:477