btcpayserver/BTCPayServer/Views/UIWallets/WalletsNavPages.cs
d11n 181d4d5ea4
Improve wallet nav (#3921)
* Fix rescan nav highlighting

* Wallet send wizard

* Wallet receive wizard

* Consistent wizard back button behaviour
2022-07-04 13:20:08 +09:00

13 lines
184 B
C#

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