Function decide_command_outcome
pub fn decide_command_outcome(
channel_id: ChannelId,
state: ChannelLifecycleState,
outcome: CommandOutcome,
) -> CommandRuntimeDecisionExpand description
Decide command-level handling while reusing the channel runtime contract.