coti-io / coti-node

COTI is the first DAG based chain protocol that's optimized for Enterprises and Stable-coins.

Home Page:https://coti.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transactions controller for db sync

gmesika-coti opened this issue · comments

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

committed
4754d53 gmesika-coti guy@coti.io on 18/11/2021 at 13:45