+
Persisted Data
+
The following is data persisted to the configured database but in an isolated DbContext. Every time you start BTCPayw with this plugin enabled, a timestamp is logged.
+
>
+ @foreach (var item in Model.Data)
+ {
+ - @item.Id at @item.Timestamp.ToString("F")
+ }
+
+