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 */ }pub type Remapping = BTreeMap<MastNodeId, MastNodeId>;Operations that mutate a MAST often produce this mapping between old and new NodeIds.
struct Remapping { /* private fields */ }