GetTransactionMethod extension

on

Methods

getTransaction(String txHash) Future<Tx>
getTransactions(Iterable<String> txHashes) Future<List<Tx>>
returns histories in the same order as txHashes passed in
getTransactionsFutures(Iterable<String> txHashes) List<Future<Tx>>