检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
查询可组合资产拥有某一集合下子资产数量 根据子资产集合名查询可组合资产拥有该集合下子资产的数量。 调用方法 public long totalChildTokens(String collectionIndex, String tokenId,String childCollectionIndex)
查询可组合资产拥有某一集合下子资产数量 根据子资产集合名查询可组合资产拥有该集合下子资产的数量。 调用方法 public function totalChildTokens(string $collectionIndex, string $tokenId, string $childCollectionIndex)
版权存证 仅专享版支持该接口调用。 将版权相关信息进行区块链存证。 调用方法 public String addCopyright(CopyrightParams copyrightParams) throws Exception 参数说明 参数 类型 说明 copyrightParams
拆分子资产给其它可组合资产 将可组合资产中的子资产拆分转移给其它可组合资产。 调用方法 SafeTransferChild(fromCollectionIndex, fromTokenId, toCollectionIndex, childCollectionIndex, childTokenId
根据索引查询可组合资产某一集合标识 根据子资产集合的索引查询可组合资产中对应的集合标识。 调用方法 public function childContractByIndex(string $collectionIndex, string $tokenId, string $index)
根据索引查询可组合资产某一集合标识 根据子资产集合的索引查询可组合资产中对应的集合标识。 调用方法 public String childContractByIndex(String collectionIndex, String tokenId, String index) throws
查询可组合资产拥有的子资产 根据子资产集合名和子资产索引查询可组合资产拥有的子资产的数字资产编号。 调用方法 public String childTokenByIndex(String collectionIndex, String tokenId,String childCollectionIndex
加入可组合资产 某一集合中数字资产的所有者或授权者将该资产加入指定集合中的可组合资产。 调用方法 public String getChild(String from, String toCollectionIndex, String toTokenId, String childCollectionIndex
加入可组合资产 某一集合中数字资产的所有者或授权者将该资产加入指定集合中的可组合资产。 调用方法 public function getChild(string $from, string $toCollectionIndex, string $toTokenId, string
查询可组合资产拥有集合种类数量 查询可组合资产拥有的集合种类数量。 调用方法 public long totalChildCollections(String collectionIndex, String tokenId ) throws Exception 参数说明 参数 类型
查询可组合资产拥有集合种类数量 查询可组合资产拥有的集合种类数量。 调用方法 public function totalChildCollections(string $collectionIndex, string $tokenId) throws Exception 参数说明
查询可组合资产拥有的子资产 根据子资产集合名和子资产索引查询可组合资产拥有的子资产的数字资产编号。 调用方法 ChildTokenByIndex(collectionIndex, tokenId, childCollectionIndex, index string)(string
加入可组合资产 某一集合中数字资产的所有者或授权者将该资产加入指定集合中的可组合资产。 调用方法 GetChild(from, toCollectionIndex, toTokenId, childCollectionIndex, childTokenId string)(string
根据索引查询可组合资产某一集合标识 根据子资产集合的索引查询可组合资产中对应的集合标识。 调用方法 ChildContractByIndex(collectionIndex, tokenId, index string)(string,error) 参数说明 参数 类型 说明 collectionIndex
查询可组合资产拥有某一集合下子资产数量 根据子资产集合名查询可组合资产拥有该集合下子资产的数量。 调用方法 TotalChildTokens(collectionIndex, tokenId, childCollectionIndex string)(int64,error) 参数说明
查询可组合资产拥有集合种类数量 查询可组合资产拥有的集合种类数量。 调用方法 TotalChildCollections(collectionIndex, tokenId string)(int64,error) 参数说明 参数 类型 说明 collectionIndex string
调用示例 Java-sdk 调用示例 // 初始化SDK TDCSDK tdcsdk = new TDCSDK("/root/test-tdc-sdk-conf/conf.yaml"); // 创建名为“tiger01”的集合 String collectionIndex = "tiger01";
调用示例 php-sdk 调用示例 <?php use Dac\DACSDK; if (file_exists('Dac/vendor/autoload.php')) { require 'Dac/vendor/autoload.php'; } else { require
查询范围内区块列表信息 功能介绍 查询范围内区块列表信息,一次查询最大返回数量1000(仅支持专享版) URI GET /v1/store/block/list 表1 Query参数 参数 是否必选 参数类型 描述 block_start 是 Integer 查询区块的起始区块id
根据区块号查询区块信息 功能介绍 根据区块号查询区块信息(仅支持专享版) URI GET /v1/store/block/detail 表1 Query参数 参数 是否必选 参数类型 描述 block_id 是 Integer 区块id,当输入的区块id大于最新的区块id,则返回最新的区块。