Skip to main content

TokenParams type

This feature is currently in beta and may change based on feedback that we receive.

The parameters to pass to the mint and transfer functions.

Signature:

export declare type TokenParams = {
to: WalletAddress;
amount: Amount;
};

References: WalletAddress