Optional
tokenOptional
owner?: undefined | PublicKey | SignerThe owner of the token account 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 token owner is a multisig.
[]
Optional
instructionA key to distinguish the instruction that revokes the delegated authority.
Generated using TypeDoc
The address of the token account.
Default Value
Defaults to using the associated token account from the
mintAddress
andowner
parameters.