Coda by Ian Macalinao
    Preparing search index...

    Interface RevokeCollectionAuthorityInput<TAccountCollectionAuthorityRecord, TAccountDelegateAuthority, TAccountRevokeAuthority, TAccountMetadata, TAccountMint>

    interface RevokeCollectionAuthorityInput<
        TAccountCollectionAuthorityRecord extends string = string,
        TAccountDelegateAuthority extends string = string,
        TAccountRevokeAuthority extends string = string,
        TAccountMetadata extends string = string,
        TAccountMint extends string = string,
    > {
        collectionAuthorityRecord: Address<TAccountCollectionAuthorityRecord>;
        delegateAuthority: Address<TAccountDelegateAuthority>;
        metadata: Address<TAccountMetadata>;
        mint: Address<TAccountMint>;
        revokeAuthority: TransactionSigner<TAccountRevokeAuthority>;
    }

    Type Parameters

    • TAccountCollectionAuthorityRecord extends string = string
    • TAccountDelegateAuthority extends string = string
    • TAccountRevokeAuthority extends string = string
    • TAccountMetadata extends string = string
    • TAccountMint extends string = string
    Index

    Properties

    collectionAuthorityRecord: Address<TAccountCollectionAuthorityRecord>

    Collection Authority Record PDA

    delegateAuthority: Address<TAccountDelegateAuthority>

    Delegated Collection Authority

    metadata: Address<TAccountMetadata>

    Metadata account

    mint: Address<TAccountMint>

    Mint of Metadata

    revokeAuthority: TransactionSigner<TAccountRevokeAuthority>

    Update Authority, or Delegated Authority, of Collection NFT