Optional
token?: undefined | SignerThe token account as a Signer if we want to create a new token account with a specific address instead of creating a new associated token account.
Defaults to creating a new associated token account
using the mint
and owner
parameters.
Optional
owner?: undefined | PublicKeyThe address of the owner of the new token account.
metaplex.identity().publicKey
Optional
createA key to distinguish the instruction that creates the associated token account.
Optional
createA key to distinguish the instruction that creates the account.
Optional
initializeA key to distinguish the instruction that initializes the token account.
Generated using TypeDoc
The address of the mint account associated with the new token account.