Coda by Ian Macalinao
    Preparing search index...

    Type Alias CollectionAuthorityRecordArgs

    type CollectionAuthorityRecordArgs = {
        bump: number;
        key: KeyArgs;
        updateAuthority: OptionOrNullable<Address>;
    }
    Index
    bump: number
    key: KeyArgs
    updateAuthority: OptionOrNullable<Address>