Transactions controller for db sync
gmesika-coti opened this issue · comments
Guy Mesika commented
as a network I want to query data in DataWare house tools
so that I will be able to provide analytics on network/transactions aspects
I need to enhance the batch transactions controller with additional operations
There will be 2 new methods exposed:
getTransactions(fromIndex, toIndex) => TransactionResponseData[]
getNoneIndexedTransactions() => TransactionResponseData[] (include all the transactoins that has no index)
methods will return data as TransactionResponseData which is compatible as json output
Guy Mesika commented
committed
4754d53 gmesika-coti guy@coti.io on 18/11/2021 at 13:45