Skip to main content

Type Alias: SendAbiTransactionParams

type SendAbiTransactionParams: SendBaseTransactionParams & object;

Type declaration

abi

abi: Abi;

args?

optional args: unknown[];

functionName

functionName: string;

Defined

@nilfoundation/niljs/src/smart-accounts/SmartAccountInterface.ts:25