pub fn records_from_actions_and_entries(
    actions: Vec<SignedActionHashed>,
    entries: HashMap<EntryHash, Entry>
) -> ChcResult<Vec<Record>>
Expand description

Assemble records from a list of Actions and a map of Entries