You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now api/v2/address/:address_hash/transactions supports ordering by block number like this api/v2/address/:address_hash/transactions?sort=block_number&order=asc or api/v2/address/:address_hash/transactions?sort=block_number&order=desc in order to fulfill the demand of the last page button on this page.
So we need to extend sorting on this page to include block number field as well
The text was updated successfully, but these errors were encountered:
Now
api/v2/address/:address_hash/transactions
supports ordering by block number like thisapi/v2/address/:address_hash/transactions?sort=block_number&order=asc
orapi/v2/address/:address_hash/transactions?sort=block_number&order=desc
in order to fulfill the demand of the last page button on this page.So we need to extend sorting on this page to include block number field as well
The text was updated successfully, but these errors were encountered: