Type alias RevokeNftCollectionAuthorityInput

RevokeNftCollectionAuthorityInput: {
    mintAddress: PublicKey;
    collectionAuthority: PublicKey;
    revokeAuthority?: Signer;
}

Type declaration

  • mintAddress: PublicKey

    The address of the mint account.

  • collectionAuthority: PublicKey

    The address of the collection authority to revoke.

  • Optional revokeAuthority?: Signer

    An authority that can revoke this collection authority.

    This can either be the collection's update authority or the delegated collection authority itself (i.e. revoking its own rights).

Generated using TypeDoc