FullNode.getTransactions - multiple declarations

Function FullNode.getTransactions

Transaction[] getTransactions (
  Set!(geod24.bitblob.BitBlob!(64L).BitBlob) tx_hashes
) @safe;

Parameters

NameDescription
tx_hashes A Set of Transaction hashes

Returns

Transactions, if found in the pool, corresponding to the requested hashes

Function FullNode.getTransactions

Transaction[] getTransactions (
  geod24.bitblob.BitBlob!(64L) from
) @safe;

Parameters

NameDescription
from starting hash

Returns

Transactions in the pool that have a larger hash value