Type Alias Remapping

Source
pub type Remapping = BTreeMap<MastNodeId, MastNodeId>;
Expand description

Operations that mutate a MAST often produce this mapping between old and new NodeIds.

Aliased Typeยง

struct Remapping { /* private fields */ }