The amount of tokens to mint.
Optional
multiThe signing accounts to use if the mint authority is a multisig.
[]
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
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
toWhether or not the provided token account already exists.
If false
, we'll add another instruction to create it.
true
Optional
createA key to distinguish the instruction that creates the associated token account.
Optional
createA key to distinguish the instruction that creates the token account.
Optional
initializeA key to distinguish the instruction that initializes the token account.
Optional
mintA key to distinguish the instruction that mints tokens.
Generated using TypeDoc
The address of the mint account.