@model ListTransactionsViewModel @{ Layout = "../Shared/_NavLayout.cshtml"; ViewData["Title"] = "Manage wallet"; ViewData.SetActivePageAndTitle(WalletsNavPages.Transactions); } @if (TempData.HasStatusMessage()) {
}
If BTCPay Server shows you an invalid balance, rescan your wallet.
If some transactions appear in BTCPay Server, but are missing on Electrum or another wallet, follow those instructions.
@foreach (var transaction in Model.Transactions) { @if (transaction.Positive) { } else { } }
Date Label Transaction Id Balance
@transaction.Timestamp.ToBrowserDate() @foreach (var label in transaction.Labels) { @label.Value
}
@transaction.Id @transaction.Balance@transaction.Balance