pub fn records_from_actions_and_entries(
    actions: Vec<SignedHashed<Action>>,
    entries: HashMap<HoloHash<Entry>, Entry>
) -> Result<Vec<Record>, ChcError>
Expand description

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