Coin Selection: Confirmed filter (#2467)

Allows provides confirmation count to Greenfield UTXO GET api
This commit is contained in:
Andrew Camilleri
2021-04-20 04:02:06 +02:00
committed by GitHub
parent dfd4c967b7
commit 7d1761de4f
7 changed files with 41 additions and 15 deletions

View File

@@ -73,6 +73,7 @@ namespace BTCPayServer.Models.WalletViewModels
public decimal Amount { get; set; }
public string Outpoint { get; set; }
public string Link { get; set; }
public int Confirmations { get; set; }
}
}
}