ethereumjs-monorepo

@ethereumjs/tx


@ethereumjs/tx / JSONRPCTx

Interface: JSONRPCTx

Defined in: types.ts:568

Properties

accessList?

optional accessList: JSONAccessListItem[]

Defined in: types.ts:577


blobVersionedHashes?

optional blobVersionedHashes: string[]

Defined in: types.ts:589


blockHash

blockHash: null | string

Defined in: types.ts:569


blockNumber

blockNumber: null | string

Defined in: types.ts:570


chainId?

optional chainId: string

Defined in: types.ts:578


from

from: string

Defined in: types.ts:571


gas

gas: string

Defined in: types.ts:572


gasPrice

gasPrice: string

Defined in: types.ts:573


hash

hash: string

Defined in: types.ts:579


input

input: string

Defined in: types.ts:580


maxFeePerBlobGas?

optional maxFeePerBlobGas: string

Defined in: types.ts:588


maxFeePerGas?

optional maxFeePerGas: string

Defined in: types.ts:574


maxPriorityFeePerGas?

optional maxPriorityFeePerGas: string

Defined in: types.ts:575


nonce

nonce: string

Defined in: types.ts:581


r

r: string

Defined in: types.ts:586


s

s: string

Defined in: types.ts:587


to

to: null | string

Defined in: types.ts:582


transactionIndex

transactionIndex: null | string

Defined in: types.ts:583


type

type: string

Defined in: types.ts:576


v

v: string

Defined in: types.ts:585


value

value: string

Defined in: types.ts:584


yParity?

optional yParity: string

Defined in: types.ts:590