Skip to content

TransactionRequest

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

Properties

chainId?

optional chainId: number

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


data?

optional data: BytesLike

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


from?

optional from: string

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


gas?

optional gas: string | number | bigint

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


gasPrice?

optional gasPrice: string | number | bigint

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


maxFeePerGas?

optional maxFeePerGas: string | number | bigint

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


maxPriorityFeePerGas?

optional maxPriorityFeePerGas: string | number | bigint

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


nonce?

optional nonce: string | number | bigint

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


to?

optional to: string

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


type?

optional type: number

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


value?

optional value: string | number | bigint

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