charms_data

Type Alias Charm

Source
pub type Charm = BTreeMap<App, AppState>;
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 Charm { /* private fields */ }