mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-10 09:19:24 +01:00
* 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
12 lines
182 B
C#
12 lines
182 B
C#
namespace BTCPayServer.Views.Wallets
|
|
{
|
|
public enum WalletsNavPages
|
|
{
|
|
Index,
|
|
Send,
|
|
Transactions,
|
|
Rescan,
|
|
PSBT,
|
|
Receive
|
|
}
|
|
}
|