TransactionRequest
Defined in: types/Transaction.types.ts:66
Properties
chainId?
optionalchainId:number
Defined in: types/Transaction.types.ts:74
data?
optionaldata:BytesLike
Defined in: types/Transaction.types.ts:72
from?
optionalfrom:string
Defined in: types/Transaction.types.ts:68
gas?
optionalgas:string|number|bigint
Defined in: types/Transaction.types.ts:70
gasPrice?
optionalgasPrice:string|number|bigint
Defined in: types/Transaction.types.ts:71
maxFeePerGas?
optionalmaxFeePerGas:string|number|bigint
Defined in: types/Transaction.types.ts:77
maxPriorityFeePerGas?
optionalmaxPriorityFeePerGas:string|number|bigint
Defined in: types/Transaction.types.ts:76
nonce?
optionalnonce:string|number|bigint
Defined in: types/Transaction.types.ts:69
to?
optionalto:string
Defined in: types/Transaction.types.ts:67
type?
optionaltype:number
Defined in: types/Transaction.types.ts:75
value?
optionalvalue:string|number|bigint
Defined in: types/Transaction.types.ts:73