Type alias ApproveNftCollectionAuthorityBuilderParams

ApproveNftCollectionAuthorityBuilderParams: {
    mintAddress: PublicKey;
    collectionAuthority: PublicKey;
    updateAuthority?: undefined | Signer;
    instructionKey?: undefined | string;
}

Type declaration

  • mintAddress: PublicKey

    The address of the mint account.

  • collectionAuthority: PublicKey

    The address of the collection authority to approve.

  • Optional updateAuthority?: undefined | Signer

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

    Default Value

    metaplex.identity()

  • Optional instructionKey?: undefined | string

    A key to distinguish the instruction that approves the collection authority.

Generated using TypeDoc