Function NodeLedger.getTransactionByHash

Get a transaction from pool by hash

Transaction getTransactionByHash (
  in ref const(geod24.bitblob.BitBlob!(64L)) hash
) nothrow @trusted;

Parameters

NameDescription
tx the transaction hash

Returns

Transaction or Transaction.init