Skip to content

RPCTransactionRequest

Defined in: types/Transaction.types.ts:54

Properties

data?

optional data: BytesLike

Defined in: types/Transaction.types.ts:60


from?

optional from: string

Defined in: types/Transaction.types.ts:55


gas?

optional gas: string

Defined in: types/Transaction.types.ts:57


gasPrice?

optional gasPrice: string

Defined in: types/Transaction.types.ts:58


maxFeePerGas?

optional maxFeePerGas: string

Defined in: types/Transaction.types.ts:63


maxPriorityFeePerGas?

optional maxPriorityFeePerGas: string

Defined in: types/Transaction.types.ts:62


nonce?

optional nonce: string

Defined in: types/Transaction.types.ts:61


to

to: string

Defined in: types/Transaction.types.ts:56


value?

optional value: string

Defined in: types/Transaction.types.ts:59