Coda by Ian Macalinao
    Preparing search index...
    interface CollectionAuthorityRecord {
        bump: number;
        key: Key;
        updateAuthority: Option<Address>;
    }
    Index

    Properties

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