GreenField: Add FeeRate To Wallets API (#2375)

* GreenField: Add FeeRate To Wallets API

closes #1846

* make dedicated endpoint for fee rate

* remove unused call
This commit is contained in:
Andrew Camilleri
2021-04-07 08:16:17 +02:00
committed by GitHub
parent 475809b1a0
commit f367480857
6 changed files with 126 additions and 3 deletions

View File

@@ -5,7 +5,6 @@ namespace BTCPayServer.Client.Models
{
public class OnChainWalletOverviewData
{
[JsonConverter(typeof(NumericStringJsonConverter))]
public decimal Balance { get; set; }
}