Uses of Class
org.starcoin.bean.ListResource
-
Packages that use ListResource Package Description org.starcoin.api -
-
Uses of ListResource in org.starcoin.api
Methods in org.starcoin.api that return ListResource Modifier and Type Method Description ListResourceStateRPCClient. getAllResourcesByAddress(String address)通过 address 查询当前账户下的所有资源集合ListResourceStateRPCClient. getAllResourcesByResourceTypes(String address, List<String> resourceTypes)通过 address 和 resourceTypes 查询当前账户下的所有资源集合ListResourceStateRPCClient. getAllResourcesByTypeTags(String address, List<String> typeTags)通过 address 和 TypeTags 查询当前账户下的所有资源集合ListResourceStateRPCClient. getResourceListByPage(String address, int startIndex, int maxSize)通过 address 分页查询当前账户下的所有资源集合ListResourceStateRPCClient. getState(String address)用于某个地址的状态ListResourceStateRPCClient. getState(String address, boolean isDecode, String state_root)用于某个地址的状态
-