ethereumjs-monorepo

@ethereumjs/tx


@ethereumjs/tx / JSONRPCTx

Interface: JSONRPCTx

Defined in: types.ts:624

Properties

accessList?

optional accessList: JSONAccessListItem[]

Defined in: types.ts:633


blobVersionedHashes?

optional blobVersionedHashes: string[]

Defined in: types.ts:645


blockHash

blockHash: string | null

Defined in: types.ts:625


blockNumber

blockNumber: string | null

Defined in: types.ts:626


chainId?

optional chainId: string

Defined in: types.ts:634


from

from: string

Defined in: types.ts:627


gas

gas: string

Defined in: types.ts:628


gasPrice

gasPrice: string

Defined in: types.ts:629


hash

hash: string

Defined in: types.ts:635


input

input: string

Defined in: types.ts:636


maxFeePerBlobGas?

optional maxFeePerBlobGas: string

Defined in: types.ts:644


maxFeePerGas?

optional maxFeePerGas: string

Defined in: types.ts:630


maxPriorityFeePerGas?

optional maxPriorityFeePerGas: string

Defined in: types.ts:631


nonce

nonce: string

Defined in: types.ts:637


r

r: string

Defined in: types.ts:642


s

s: string

Defined in: types.ts:643


to

to: string | null

Defined in: types.ts:638


transactionIndex

transactionIndex: string | null

Defined in: types.ts:639


type

type: string

Defined in: types.ts:632


v

v: string

Defined in: types.ts:641


value

value: string

Defined in: types.ts:640


yParity?

optional yParity: string

Defined in: types.ts:646