charms_data

Type Alias Charms

Source
pub type Charms = BTreeMap<App, Data>;
Expand description

Charm is essentially an app-level UTXO that can carry tokens, NFTs, arbitrary app state. Structurally it is a sorted map of app -> app_state

Aliased Typeยง

struct Charms { /* private fields */ }