예제 #1
0
 public uint GetFeeRatePerKw(int confirmationTarget)
 {
     return((uint)_client.EstimateSmartFee(confirmationTarget).FeeRate.FeePerK.Satoshi);
 }