PhaseChange structure
Payload for PhaseChanged. Carries both ends of the transition so a plugin needn’t track the previous phase itself.
public struct PhaseChange : IEquatable<PhaseChange>| parameter | description |
|---|---|
| From | The phase before the transition. |
| To | The phase after the transition. |
Public Members
Section titled “Public Members”| name | description |
|---|---|
| PhaseChange(…) | Payload for PhaseChanged. Carries both ends of the transition so a plugin needn’t track the previous phase itself. |
| From { get; set; } | The phase before the transition. |
| To { get; set; } | The phase after the transition. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Services