Skip to main content

Type Alias: AbiCallArgs

type AbiCallArgs: BaseCallArgs & object;

The args for peforming a call with the specified ABI and function name.

Type declaration

abi

abi: Abi;

args?

optional args: unknown[];

functionName

functionName: string;

Export

Defined

@nilfoundation/niljs/src/types/CallArgs.ts:35