mpl-token-metadata
mpl-token-metadata copied to clipboard
How to specify the amount to be minted and total supply in "createAndMint(...)"?
Fungible tokens
The createAndMint(...)
accepts the parameter amount
. This is an amount of tokens to be minted immediately, right? How to specify the total supply?