pub fn encode_tree_delta(
anchor_id: ContentHash,
anchor: &Tree,
current: &Tree,
ops: &[TreeDeltaOp],
) -> Result<Vec<u8>, TreeStreamError>Expand description
Encode a one-hop HDC1 body against anchor.
pub fn encode_tree_delta(
anchor_id: ContentHash,
anchor: &Tree,
current: &Tree,
ops: &[TreeDeltaOp],
) -> Result<Vec<u8>, TreeStreamError>Encode a one-hop HDC1 body against anchor.