Optional
mint?: undefined | SignerOptional
mintThe address of the authority that is allowed to mint new tokens to token accounts.
metaplex.identity().publicKey
Optional
freezeThe address of the authority that is allowed to freeze token accounts.
Defaults to using the same value as the
mintAuthority
parameter.
Optional
decimals?: undefined | numberThe number of decimal points used to define token amounts.
0
Optional
createA key to distinguish the instruction that creates the account.
Optional
initializeA key to distinguish the instruction that initializes the mint account.
Generated using TypeDoc
The address of the new mint account as a Signer.
Default Value
Keypair.generate()