btcpayserver/BTCPayServer/Views/Wallets/WalletsNavPages.cs
d11n 28694859c9
Wallet settings merge (#3072)
* Wallet settings merge

Merges both wallet settings screen from the wallets and the store section. Closes #2626.

* Improve wallet transactions view

* Remove unnecessary row/col construct
2021-11-11 14:30:19 +09:00

12 lines
182 B
C#

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