Function stored_public_operation
pub fn stored_public_operation(
backend: &mut impl OneShotBackend,
outcome_key: &str,
request_identity: &str,
) -> Result<Option<PublicOperationCommit>, WritePlaneError>Expand description
The replay spine at the coordinator surface: stored_public_operation_over driven
through the backend trait. Used by both the batch and DDL flows.