btcpayserver/BTCPayServer/Views/UIWallets/WalletsNavPages.cs
2022-01-14 13:46:03 +09:00

13 lines
200 B
C#

namespace BTCPayServer.Views.Wallets
{
public enum WalletsNavPages
{
Index,
Send,
Transactions,
Rescan,
PSBT,
Receive,
Settings
}
}