Type alias TokenParamsBeta

TokenParams: {
    amount: Amount;
    to: WalletAddress;
}

The parameters to pass to the mint and transfer functions.

Type declaration

Generated using TypeDoc