Skip to content
SwapKit is a powerful suite of tools for building blockchain applications.

EVMCreateTransactionParams

EVMCreateTransactionParams = Omit<GenericCreateTransactionParams, "feeRate"> & object

Defined in: packages/toolboxes/src/evm/types.ts:76

optional data: string

optional gasLimit: bigint

optional gasPrice: bigint

optional maxFeePerGas: bigint

optional maxPriorityFeePerGas: bigint

optional nonce: number