Type Alias PalletAttributeSet

PalletAttributeSet: PlainDescriptor<{
    attribute: Enum<{
        TransferDisabled: undefined;
        UsedToClaim: number;
    }>;
    collection: number;
    item?: number;
    value: Binary;
}>

A new attribute in the Pallet namespace was set for the collection or an item within that collection.