lisk-sdk icon indicating copy to clipboard operation
lisk-sdk copied to clipboard

Implement endpoints for token module

Open nagdahimanshu opened this issue 3 years ago • 0 comments

Description

Implement endpoints for token module There is need to implement similar endpoint like getTotalSupply to retrieve stakedLSK, inflationRate and totalSupplyLSK This information can be included in blockchain application stats endpoint response by lisk-service.

Endpoints:

  • getStakedLSK
  • getInflationRate
  • totalSupplyLSK

Acceptance Criteria

  • Suggested endpoint is added to token module
  • Add unit test for all the endpoints

nagdahimanshu avatar Aug 17 '22 09:08 nagdahimanshu