app/BTCPayApp.Core/Attempt2/SetupState.cs
2024-05-13 18:55:57 +02:00

10 lines
120 B
C#

namespace BTCPayApp.Core.Attempt2;
public enum SetupState
{
Undetermined,
Pending,
Completed,
Failed
}