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

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