Type alias ApproveNftCollectionAuthorityInput

ApproveNftCollectionAuthorityInput: {
    mintAddress: PublicKey;
    collectionAuthority: PublicKey;
    updateAuthority?: Signer;
}

Type declaration

  • mintAddress: PublicKey

    The address of the mint account.

  • collectionAuthority: PublicKey

    The address of the collection authority to approve.

  • Optional updateAuthority?: Signer

    The update authority of the NFT or SFT as a Signer.

    Default Value

    metaplex.identity()

Generated using TypeDoc