@using BTCPayServer.Abstractions.Extensions @model BTCPayServer.Components.StoreRecentTransactions.StoreRecentTransactionsViewModel
Date | Transaction | Amount | |
---|---|---|---|
@tx.Timestamp.ToTimeAgo() | @tx.Id | @if (tx.Positive) {@tx.Balance | } else {@tx.Balance | }
There are no recent transactions.
}