mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
13 lines
200 B
C#
13 lines
200 B
C#
namespace BTCPayServer.Views.Wallets
|
|
{
|
|
public enum WalletsNavPages
|
|
{
|
|
Index,
|
|
Send,
|
|
Transactions,
|
|
Rescan,
|
|
PSBT,
|
|
Receive,
|
|
Settings
|
|
}
|
|
}
|