btcpayserver/BTCPayServer/Views/UIWallets/WalletsNavPages.cs

13 lines
184 B
C#
Raw Normal View History

2018-07-26 22:32:24 +09:00
namespace BTCPayServer.Views.Wallets
{
public enum WalletsNavPages
{
Index,
Send,
2018-10-26 23:07:39 +09:00
Transactions,
PSBT,
Receive,
Settings
2018-07-26 22:32:24 +09:00
}
}