ProtocolResult

sealed class ProtocolResult

Outcome of a MidnightSdk.runProtocol segment.

Inheritors

Types

Link copied to clipboard
data class AwaitingCounterparty(val stepName: String) : ProtocolResult

Reached an ProtocolScope.awaitCounterparty that isn't satisfied yet; re-run to resume.

Link copied to clipboard

Every step finished — the saga is complete.