interface AptosCollection {
    mutable_description: boolean;
    mutable_token_description: boolean;
    mutable_token_name: boolean;
    mutable_token_properties: boolean;
    mutable_token_uri: boolean;
    mutable_uri: boolean;
    mutator_ref: _0x1.option.Option<_0x4.collection.MutatorRef>;
    royalty_mutator_ref: _0x1.option.Option<_0x4.royalty.MutatorRef>;
    tokens_burnable_by_creator: boolean;
    tokens_freezable_by_creator: boolean;
}

Properties

mutable_description: boolean
mutable_token_description: boolean
mutable_token_name: boolean
mutable_token_properties: boolean
mutable_token_uri: boolean
mutable_uri: boolean
royalty_mutator_ref: _0x1.option.Option<_0x4.royalty.MutatorRef>
tokens_burnable_by_creator: boolean
tokens_freezable_by_creator: boolean