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