btcpayserver/BTCPayServer/Views/Wallets/WalletsNavPages.cs

15 lines
224 B
C#

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