pub type Charms = BTreeMap<App, Data>;Expand description
Charms are tokens, NFTs or instances of arbitrary app state.
This type alias represents a collection of charms.
Structurally it is a map of app -> data.
Aliased Typeยง
struct Charms { /* private fields */ }