Skip to main content

Type Alias: CallParams

type CallParams: object;

Represents the message call params.

Type declaration

data

data: Uint8Array;

to

to: Address;

value

value: bigint;

Defined

@nilfoundation/niljs/src/contracts/WalletV1/types/index.ts:37