Skip to main content

Type Alias: CallParams

type CallParams: object;

Represents the transaction call params.

Type declaration

data

data: Uint8Array;

to

to: Address;

value

value: bigint;

Defined

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