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

CallParams

CallParams = object

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

abi: readonly JsonFragment[]

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


optional callProvider: Awaited<ReturnType<typeof getProvider>>

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


contractAddress: string

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


optional feeOption: FeeOption

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


funcName: string

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


optional funcParams: unknown[]

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


optional txOverrides: Partial<Transaction>

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