EVMCreateTransactionParams
EVMCreateTransactionParams =
Omit
<GenericCreateTransactionParams
,"feeRate"
> &object
Defined in: packages/toolboxes/src/evm/types.ts:76
Type declaration
Section titled “Type declaration”
optional
data:string
gasLimit?
Section titled “gasLimit?”
optional
gasLimit:bigint
gasPrice?
Section titled “gasPrice?”
optional
gasPrice:bigint
maxFeePerGas?
Section titled “maxFeePerGas?”
optional
maxFeePerGas:bigint
maxPriorityFeePerGas?
Section titled “maxPriorityFeePerGas?”
optional
maxPriorityFeePerGas:bigint
nonce?
Section titled “nonce?”
optional
nonce:number