LiskArchive/lisk-explorer

Align response data of Delegates API with Transactions API

Closed this issue · 0 comments

Expected behavior

  • The data of Amount and Fee that are created from the transaction mapper in the delegates API should be number not string. It should be aligned with the transactions API.

Actual behavior

  • The data type of Amount and Fee that are created from transaction mapper in the delegates API are string while they are number in the transactions API.