TreeID identifies a specific tree and a position within that tree.

interface StorageTreeID {
    position: Uint8Array;
    root: StorageRoot;
}

Properties

Properties

position: Uint8Array

Position is the caller's position in the tree structure to allow returning partial proofs if possible.

Root is the Merkle tree root.