mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-18 12:44:22 +01:00
@@ -15,9 +15,9 @@ namespace BTCPayServer.Models.WalletViewModels
|
||||
public string Link { get; set; }
|
||||
public bool Positive { get; set; }
|
||||
public string Balance { get; set; }
|
||||
public HashSet<Label> Labels { get; set; } = new HashSet<Label>();
|
||||
public HashSet<ColoredLabel> Labels { get; set; } = new HashSet<ColoredLabel>();
|
||||
}
|
||||
public HashSet<Label> Labels { get; set; } = new HashSet<Label>();
|
||||
public HashSet<ColoredLabel> Labels { get; set; } = new HashSet<ColoredLabel>();
|
||||
public List<TransactionViewModel> Transactions { get; set; } = new List<TransactionViewModel>();
|
||||
public int Skip { get; set; }
|
||||
public int Count { get; set; }
|
||||
|
||||
@@ -68,7 +68,7 @@ namespace BTCPayServer.Models.WalletViewModels
|
||||
|
||||
public class InputSelectionOption
|
||||
{
|
||||
public IEnumerable<Label> Labels { get; set; }
|
||||
public IEnumerable<ColoredLabel> Labels { get; set; }
|
||||
public string Comment { get; set; }
|
||||
public decimal Amount { get; set; }
|
||||
public string Outpoint { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user