@using BTCPayServer.Client
@model BTCPayServer.Models.WalletViewModels.ListWalletsViewModel
@{
ViewData.SetActivePage(WalletsNavPages.Index, "Wallets");
}
Store Name | Crypto Code | Balance | Actions |
---|---|---|---|
@wallet.StoreName @wallet.StoreName | @wallet.CryptoCode | @wallet.Balance | Manage |
There are no wallets yet. You can add wallets in the store setup.
}