Skip to main content

compute_changes

Function compute_changes 

Source
fn compute_changes(
    consensus: &Map<String, Value>,
    proposal: &Map<String, Value>,
) -> Vec<MetaChange>
Expand description

Computes an itemized list of changes between consensus and proposal.