pub fn validate_chain<'iter>(
    actions: impl Iterator<Item = &'iter ActionHashed>,
    persisted_chain_head: &Option<(ActionHash, u32)>
) -> Result<(), SysValidationError>
Expand description

Validate a chain of actions with an optional starting point.