pub fn unlock_chain(
    txn: &mut Transaction<'_>,
    author: &AgentPubKey
) -> StateMutationResult<()>
Expand description

Unlock the chain by dropping all records in the lock table. This should be done very carefully as it can e.g. invalidate a shared countersigning session that is inflight.