Function forest_filecoin::statediff::print_state_diff

source ·
pub fn print_state_diff<BS>(
    bs: &Arc<BS>,
    root: &Cid,
    expected_root: &Cid,
    depth: Option<u64>,
) -> Result<(), Error>
where BS: Blockstore,
Expand description

Prints a diff of the resolved state tree. If the actor’s HAMT cannot be loaded, base IPLD resolution is given.