IClientState.PhaseChanged event
Fires on each phase transition; the payload carries both the previous and next phase.
public event Action<PhaseChange> PhaseChanged;See Also
Section titled “See Also”- struct PhaseChange
- interface IClientState
- namespace Stellar.Abstractions.Services