referrerpolicy=no-referrer-when-downgrade

ItemAttributesApprovals

Type Alias ItemAttributesApprovals 

Source
pub type ItemAttributesApprovals<T, I = ()> = BoundedBTreeSet<<T as SystemConfig>::AccountId, <T as Config<I>>::ItemAttributesApprovalsLimit>;
Expand description

A type alias for keeping track of approvals for an item’s attributes.

Aliased Type§

pub struct ItemAttributesApprovals<T, I = ()>(/* private fields */);