检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
批量查询用户数字资产所有权 批量查询用户是否拥有数字资产的所有权,结果返回数组。 调用方法 public long[] balanceOfBatch(String[] identities, ID[] ids) throws Exception 参数说明 参数 类型 说明 identities
可信存证服务提供了REST(Representational State Transfer)风格API,支持您通过HTTPS请求调用,调用方法请参见如何调用API。 父主题: 使用前必读
查询可组合资产拥有集合种类数量 查询可组合资产拥有的集合种类数量。 调用方法 public function totalChildCollections(string $collectionIndex, string $tokenId) throws Exception 参数说明
批量查询用户数字资产所有权 批量查询用户是否拥有数字资产的所有权,结果返回数组。 调用方法 public function balanceOfBatch(array $identites, array $ids)throws Exception 参数说明 参数 类型 说明 identities
批量查询用户数字资产所有权 批量查询用户是否拥有数字资产的所有权,结果返回数组。 调用方法 BalanceOfBatch(identities []string, ids []ID)([]int64,error) 参数说明 参数 类型 说明 identities []String
服务运营:支持查看API调用的统计监控,实时查看数字资产链实例的API调用、数字资产集合、数字资产发行、数字资产流转等相关数据。 资产检索:通过资产编码查看资产及资产所在集合的相关信息,如资产编码、集合名称、集合缩写、资产名称、资产类型、资产所有者地址、资产铸造者地址、铸造时间等。
根据索引查询可组合资产某一集合标识 根据子资产集合的索引查询可组合资产中对应的集合标识。 调用方法 public function childContractByIndex(string $collectionIndex, string $tokenId, string $index)
根据索引查询可组合资产某一集合标识 根据子资产集合的索引查询可组合资产中对应的集合标识。 调用方法 public String childContractByIndex(String collectionIndex, String tokenId, String index) throws
根据索引查询可组合资产某一集合标识 根据子资产集合的索引查询可组合资产中对应的集合标识。 调用方法 ChildContractByIndex(collectionIndex, tokenId, index string)(string,error) 参数说明 参数 类型 说明 collectionIndex
查询可组合资产拥有某一集合下子资产数量 根据子资产集合名查询可组合资产拥有该集合下子资产的数量。 调用方法 TotalChildTokens(collectionIndex, tokenId, childCollectionIndex string)(int64,error) 参数说明
查询可组合资产拥有某一集合下子资产数量 根据子资产集合名查询可组合资产拥有该集合下子资产的数量。 调用方法 public long totalChildTokens(String collectionIndex, String tokenId,String childCollectionIndex)
查询可组合资产拥有某一集合下子资产数量 根据子资产集合名查询可组合资产拥有该集合下子资产的数量。 调用方法 public function totalChildTokens(string $collectionIndex, string $tokenId, string $childCollectionIndex)
System.out.println("Mint txid:"+mintResp.getTxid()); // 生成新的用户信息,包括证书,私钥和地址 IdentityInfo receiver = tdcsdk.generateIdentity(Tools.ECDSA_ALGORITHM
200 表2 响应Body参数 参数 参数类型 描述 asset_from_addr String 资产转移源地址 asset_to_addr String 资产转移目的地址 transaction_time Integer 交易时间 block_num Integer 区块高度 transaction_hash
AssetTransactionView 参数 参数类型 描述 asset_from_addr String 资产转移源地址 asset_to_addr String 资产转移目的地址 transaction_time Integer 交易时间 block_num Integer 区块号 transaction_hash
AssetTransactionView 参数 参数类型 描述 asset_from_addr String 资产转移源地址 asset_to_addr String 资产转移目的地址 transaction_time Integer 交易时间 block_num Integer 区块号 transaction_hash
状态码如表1所示 表1 状态码 状态码 编码 状态码说明 100 Continue 继续请求。 这个临时响应用来通知客户端,它的部分请求已经被服务器接收,且仍未被拒绝。 101 Switching Protocols 切换协议。只能切换到更高级的协议。 例如,切换到HTTP的新版本协议。
return } fmt.Println("Mint txid:",txid) fmt.Println("Mint ntf:",ntf) // 查询数字资产所有者 owner, err := sdk.NFT721.OwnerOf(collectionIndex,"1") if err
这个算是调用一次还是两次? 批量流转可以是不同种藏品吗? 原始图片数据是否必须上传到OBS桶? 客户系统(APP/公众号/小程序/WEB)如何体现使用了华为云区块链呢? 数字藏品和数字资产是什么关系? 数字资产链接口当前支持哪些协议? 数字资产链4个节点的规格是什么? DAC有几种模式,区别是什么?
txid:" . $mintResp->getTxid() . "\n"; echo '<br>'; // 生成新的用户信息,包括证书,私钥和地址 $receiver = $tdcsdk->toolManager->generateIdentity(\Dac\Manager\Tool