referrerpolicy=no-referrer-when-downgrade

Type Alias pallet_nfts::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§

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