检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
获取数字资产集合列表 根据集合标识查询集合名称。 调用方法 public String[] collections() throws Exception 参数说明 无 返回值 类型 说明 String[] 返回数字资产集合列表。 父主题: 通用接口
使用说明 该部分接口为公开接口,域名为 https://dac.cn-north-4.myhuaweicloud.cn。 父主题: 公开区块链浏览器
"8294ebf8a9a646309985886d63a1bea3", "elementName" : "apple3", "elementUrl" : "https://xxx.xxx.xxx.xxx/petaltrace%2Fimages2.jpeg", "imageType"
获取数字资产集合列表 根据集合标识查询集合名称。 调用方法 public function collections() throws Exception 参数说明 无 返回值 类型 说明 String[] 返回数字资产集合列表。 父主题: 通用接口
拆分子资产给用户 将可组合资产中的子资产拆分转移给指定用户。 调用方法 public function transferChild(string $fromCollectionIndex, string $fromTokenId, string $to, string $childCollectionIndex
拆分子资产给用户 将可组合资产中的子资产拆分转移给指定用户。 调用方法 public String transferChild(String fromCollectionIndex, String fromTokenId, String to, String childCollectionIndex
"record" : [ { "productCode" : "appletest", "productName" : "11", "productPhotoUrl" : "https://xxx.xxx.xxx.xxx", "sweepc
拆分子资产给其它可组合资产 将可组合资产中的子资产拆分转移给其它可组合资产。 调用方法 public String safeTransferChild(String fromCollectionIndex, String fromTokenId, String toCollectionIndex
查询集合级授权用户 查询指定资产集合下,owner用户是否对operator开启授权。 调用方法 public function isApprovedForAll(string $collectionIndex, string $owner, string $operator) throws
接口类问题 SDK生成私钥和证书方法中的identityName作用是什么? 数字资产SDK调用时该如何使用链用户的身份? Java-SDK使用出现空指针异常 Java-SDK编译提示jar包冲突 调用共享版SDK接口时,报错误码“BCS.01400001” 调用共享版SDK接口时,报错“transaction
根据索引查询可组合资产某一集合标识 根据子资产集合的索引查询可组合资产中对应的集合标识。 调用方法 public function childContractByIndex(string $collectionIndex, string $tokenId, string $index)
查询可组合资产拥有的子资产 根据子资产集合名和子资产索引查询可组合资产拥有的子资产的数字资产编号。 调用方法 public function childTokenByIndex(string $collectionIndex, string $tokenId, string $childCollectionIndex
调用说明 可信存证服务提供了REST(Representational State Transfer)风格API,支持您通过HTTPS请求调用,调用方法请参见如何调用API。 父主题: 使用前必读
根据索引查询可组合资产某一集合标识 根据子资产集合的索引查询可组合资产中对应的集合标识。 调用方法 public String childContractByIndex(String collectionIndex, String tokenId, String index) throws
查询可组合资产拥有的子资产 根据子资产集合名和子资产索引查询可组合资产拥有的子资产的数字资产编号。 调用方法 public String childTokenByIndex(String collectionIndex, String tokenId,String childCollectionIndex
查找子资产的根所有者 遍历查询子资产的父所有者,获得子资产的根所有者。 调用方法 public function rootOwnerOfChild(string $childCollectionIndex, string $childTokenId) throws Exception
修改集合信息 创建者有权限修改集合的名称和缩写。 调用方法 public function setOption(string $collectionIndex, string $name, string $symbol) throws Exception 参数说明 参数 类型 说明
转移数字资产所有权 将指定集合中的指定数字资产的所有权,从from转移到to用户。 调用方法 public function transferFrom(string $collectionIndex, string $from, string $to, string $tokenId)
查询可组合资产拥有某一集合下子资产数量 根据子资产集合名查询可组合资产拥有该集合下子资产的数量。 调用方法 public long totalChildTokens(String collectionIndex, String tokenId,String childCollectionIndex)
查询可组合资产拥有某一集合下子资产数量 根据子资产集合名查询可组合资产拥有该集合下子资产的数量。 调用方法 public function totalChildTokens(string $collectionIndex, string $tokenId, string $childCollectionIndex)