Function diff

  • Yields the diff of two trees. A separate blockstore can be provided for fetching the blocks of each tree. Diffs of entries and buckets will be yielded in a deterministic order.

    Parameters

    • blockstore: Blockstore<{}, {}, {}, {}, {}, {}, {}, {}>
    • left: ProllyTree
    • right: ProllyTree
    • OptionalrightBlockstore: Blockstore<{}, {}, {}, {}, {}, {}, {}, {}>

    Returns AsyncIterable<ProllyTreeDiff>