Is your feature request related to a problem? Please describe.
Currently, lock amount which API for list of holders in given block number returns is calculated at the time of the API request.
To be more precise, we would also like to collect the block amount from the given block number.
Describe the solution you'd like
Modify TokenHolders batch to count up locked amount and store them in the DB.
Also modify so that locked amount is not included in hold balance.
Modify the API to return locked amount at the given block number.
Is your feature request related to a problem? Please describe.
Currently, lock amount which API for list of holders in given block number returns is calculated at the time of the API request. To be more precise, we would also like to collect the block amount from the given block number.
Describe the solution you'd like
Ref: https://github.com/BoostryJP/ibet-Wallet-API/issues/1310