Function holochain::core::validate_chain

source ·
pub fn validate_chain<'iter, A: 'iter + ChainItem>(
    actions: impl Iterator<Item = &'iter A>,
    persisted_chain_head: &Option<(A::Hash, u32)>
) -> SysValidationResult<()>
Expand description

Validate a chain of actions with an optional starting point.