Function sync

  • Syncs the target with the source. Any changes in target but not in source will be removed. Any changes in source but not in target will be added. Under the hood it uses the diff function to fetch all the remote buckets.

    Parameters

    • blockstore: Blockstore<{}, {}, {}, {}, {}, {}, {}, {}>
    • target: ProllyTree
    • source: ProllyTree
    • OptionalremoteBlockstore: Blockstore<{}, {}, {}, {}, {}, {}, {}, {}>

    Returns AsyncIterable<CID[]>