Interface: TransactionRequest
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