btcpayserver/BTCPayServer/Views/UIWallets/WalletsNavPages.cs

14 lines
200 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,
2019-05-11 00:29:29 +09:00
Rescan,
PSBT,
Receive,
Settings
2018-07-26 22:32:24 +09:00
}
}