@ethereumjs/tx / JsonRpcTx
- accessList
- blobVersionedHashes
- blockHash
- blockNumber
- chainId
- from
- gas
- gasPrice
- hash
- input
- maxFeePerBlobGas
- maxFeePerGas
- maxPriorityFeePerGas
- nonce
- r
- s
- to
- transactionIndex
- type
- v
- value
• Optional
accessList: JsonAccessListItem
[]
• Optional
blobVersionedHashes: string
[]
• blockHash: null
| string
• blockNumber: null
| string
• Optional
chainId: string
• from: string
• gas: string
• gasPrice: string
• hash: string
• input: string
• Optional
maxFeePerBlobGas: string
• Optional
maxFeePerGas: string
• Optional
maxPriorityFeePerGas: string
• nonce: string
• r: string
• s: string
• to: null
| string
• transactionIndex: null
| string
• type: string
• v: string
• value: string