line / line-blockchain-developers-sdk-js

Javascript library for line blockchain developers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use plural to express precise meaning of functions

ryukato opened this issue · comments

Default information

  • lbd-sdk-js version: v1.0.2

Description of the bug

Below functions are use singular but return type is Array, which means list of status will be returned.

  • fungibleTokenMediaResourcesUpdateStatus
  • nonFungibleTokenMediaResourcesUpdateStatus

So the functions should be updated to like fungibleTokenMediaResourcesUpdateStatuses and nonFungibleTokenMediaResourcesUpdateStatuses