Skip to main content

NormalizedCharms

Type Alias NormalizedCharms 

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

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

Aliased Type§

pub struct NormalizedCharms { /* private fields */ }