Ejemplo n.º 1
0
 public decimal GetNextNetworkFee()
 {
     return(NextNetworkFee.ToDecimal(MoneyUnit.BTC));
 }
 public decimal GetNextNetworkFee()
 {
     // NextNetworkFee is sometimes not initialized properly, so we return 0 in that case
     return(NextNetworkFee?.ToDecimal(MoneyUnit.BTC) ?? 0);
 }