Type Alias NormalizedCharms

Source
pub type NormalizedCharms = BTreeMap<usize, Data>;
Expand description

Maps the index of the charm’s app (in NormalizedSpell.app_public_inputs) to the charm’s data.

Aliased Type§

struct NormalizedCharms { /* private fields */ }