pub type NodeSubstates = BTreeMap<PartitionNumber, BTreeMap<SubstateKey, IndexedScryptoValue>>;

Aliased Type§

struct NodeSubstates {
    root: Option<NodeRef<Owned, PartitionNumber, BTreeMap<SubstateKey, IndexedScryptoValue>, LeafOrInternal>>,
    length: usize,
    pub(super) alloc: ManuallyDrop<Global>,
    _marker: PhantomData<Box<(PartitionNumber, BTreeMap<SubstateKey, IndexedScryptoValue>)>>,
}

Fields§

§root: Option<NodeRef<Owned, PartitionNumber, BTreeMap<SubstateKey, IndexedScryptoValue>, LeafOrInternal>>§length: usize§alloc: ManuallyDrop<Global>§_marker: PhantomData<Box<(PartitionNumber, BTreeMap<SubstateKey, IndexedScryptoValue>)>>