@metaplex-foundation/mpl-token-metadata-kit - v0.0.1
    Preparing search index...

    Type Alias CollectionAuthorityRecord

    type CollectionAuthorityRecord = {
        bump: number;
        key: Key;
        updateAuthority: Option<Address>;
    }
    Index

    Properties

    bump: number
    key: Key
    updateAuthority: Option<Address>