pub const fn decide_recovered_binding_fate_operation(
conversation: ParticipantConversation,
fate: RecoveredBindingFate,
) -> AggregateOperationDecision<RecoveredBindingFate>Expand description
Selects the aggregate BindingFate event for one consumed recovered fate.
The non-cloneable fate authority returns intact through the barrier so
the caller can consume it through the exact stored edge’s
apply_recovered_binding_fate transition in the same durable transaction.