pub type NormalizedCharms = BTreeMap<usize, Data>;
Maps the index of the charm’s app (in NormalizedSpell.app_public_inputs) to the charm’s data.
NormalizedSpell
app_public_inputs
struct NormalizedCharms { /* private fields */ }