You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Represents the various states of a Payjoin receiver session during the protocol flow.
125
-
/// Each variant parameterizes a `Receiver` with a specific state type, and [`ReceiveSession::TerminalFailure`] which indicates the session has ended or is invalid.
125
+
/// Each variant parameterizes a `Receiver` with a specific state type.
126
126
///
127
127
/// This provides type erasure for the receive session state, allowing for the session to be replayed
128
128
/// and the state to be updated with the next event over a uniform interface.
0 commit comments