default_execute

Function default_execute 

pub fn default_execute(
    verifiables: Vec<VerifiableType>,
) -> Vec<VerifiableWithDiffs>
Expand description

Default way of transforming verifiables into verifiable with diffs.

Allowances are executed with their maximum value.

Users are welcome to implement their own transformation from Vec<VerifiableType> to Vec<VerifiableWithDiffs> when needs differ from the default choice.