The amount of tokens to mint.
Optional toThe owner of the token account to mint to.
metaplex.identity().publicKey
Optional toThe address of the token account to mint to.
Note that this may be required as a Signer if the destination
token account does not exist and we need to create it before
minting the tokens.
Defaults to using the associated token account
from the mintAddress and toOwner parameters.
Optional mintThe authority that is allowed to mint new tokens as a Signer.
This may be provided as a PublicKey if and only if
the multiSigners parameter is provided.
metaplex.identity()
Optional multiThe signing accounts to use if the mint authority is a multisig.
[]
Generated using TypeDoc
The address of the mint account.