Skip to main content

Interface: RPCTransactionRequest

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