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
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