target blockstore
Prolly-tree to merge source into
Prolly-tree to merge into target
Optional
remoteBlockstore: Blockstore<{}, {}, {}, {}, {}, {}, {}, {}>source blockstore
Optional
choose: ((a: Entry, b: Entry) => Entry)Chooses between two entries. Must return one of the provided entry instances.
Merge a source prolly-tree into target. If a key does not exist in target then it is added from source into target. If both trees have a entry at the same tuple and a
choose
function was provided, then the entry from the source tree may also be added to target.