DeFiCh/ain
- listaccounthistory should support next with {blockheight,txn-no}
#1036
Labels
area/packages
kind/feature
New feature request
priority/important-soon
Will be important soon
triage/accepted
Triage has been accepted
What would you like to be added:
Currently
listaccounthistory
onDeFiCh/ain
. There isn't a way to effectively pagination as you can't providetxn-no
as a pagination token. To support slice pagination; we need to be able to provide to all params within theAccountHistoryKey
. Address & BlockHeight is currently supported but,txn-no
isn't.Expected feature:
listaccounthistory address {next:{blockheight: ..., txn: ...}}
For reference, this is the key.
To be implemented on https://github.com/DeFiCh/ain first before we implement it here.
/triage accepted
/priority important-soon
/area packages
The text was updated successfully, but these errors were encountered: