Skip to main content

Type Alias: SendSyncAbiTransactionParams

type SendSyncAbiTransactionParams: SendSyncBaseTransactionParams & object;

Type declaration

abi

abi: Abi;

args?

optional args: unknown[];

functionName

functionName: string;

Defined

@nilfoundation/niljs/src/smart-accounts/SmartAccountV1/types.ts:56