The parameters to pass to the mint and transfer functions.
type TokenParams = { amount: Amount; to: WalletAddress };
type amount = Amount;
type to = WalletAddress;