iroha
iroha copied to clipboard
Implement query predicates for transactions and blocks
Currently, predicates for transactions and blocks are stubs - they do not allow do any actual filtering.
To get rid of FindTransactionByHash and FindBlockHeaderByHash singular queries, we need to implement some predicates for these types.