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