NodeLedger.getTxFeeRate - multiple declarations

Function NodeLedger.getTxFeeRate

Forwards to FeeManager.getTxFeeRate, using this Ledger's UTXO.

string getTxFeeRate (
  in ref const(Transaction) tx,
  out Amount rate
) nothrow @safe;

Function NodeLedger.getTxFeeRate

Looks up transaction with hash tx_hash, then forwards to FeeManager.getTxFeeRate, using this Ledger's UTXO.

string getTxFeeRate (
  in ref const(geod24.bitblob.BitBlob!(64L)) tx_hash,
  out Amount rate
) nothrow @safe;