检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
转移数字资产所有权 将指定集合中的指定数字资产的所有权,从from转移到to用户。 调用方法 TransferFrom(collectionIndex, from, to, tokenId string) (string,error) 参数说明 参数 类型 说明 collectionIndex
查询用户拥有数字资产数量 查询指定资产集合下,用户所拥有的数字资产数量。 仅专享版支持该接口调用。 调用方法 BalanceOf(collectionIndex, identity string) (int64, error) 参数说明 参数 类型 说明 collectionIndex
转移数字资产所有权 将指定集合中的指定数字资产的所有权,从from转移到to用户。 调用方法 SafeTransferFrom(from, to string, id ID)(string,error) 参数说明 参数 类型 说明 from String 必填参数,所有者身份标识符
转移数字资产所有权 将指定集合中的指定数字资产的所有权,从from转移到to用户。 调用方法 public function transferFrom(string $collectionIndex, string $from, string $to, string $tokenId
批量查询用户数字资产所有权 批量查询用户是否拥有数字资产的所有权,结果返回数组。 调用方法 BalanceOfBatch(identities []string, ids []ID)([]int64,error) 参数说明 参数 类型 说明 identities []String
批量查询用户数字资产所有权 批量查询用户是否拥有数字资产的所有权,结果返回数组。 调用方法 public function balanceOfBatch(array $identites, array $ids)throws Exception 参数说明 参数 类型 说明 identities
查询可组合资产拥有集合种类数量 查询可组合资产拥有的集合种类数量。 调用方法 public function totalChildCollections(string $collectionIndex, string $tokenId) throws Exception 参数说明
批量转移数字资产所有权 批量转移不同/相同资产集合中若干数字资产的所有权,从from转移到to用户。 调用方法 public String safeBatchTransferFrom(String from, String to, ID[] ids) throws Exception
查找子资产的根所有者 遍历查询子资产的父所有者,获得子资产的根所有者。 调用方法 public function rootOwnerOfChild(string $childCollectionIndex, string $childTokenId) throws Exception
拆分子资产给其它可组合资产 将可组合资产中的子资产拆分转移给其它可组合资产。 调用方法 SafeTransferChild(fromCollectionIndex, fromTokenId, toCollectionIndex, childCollectionIndex, childTokenId
查询可组合资产的根所有者 遍历查询可组合资产的父所有者,获得可组合资产的根所有者。 调用方法 public String rootOwnerOf(String collectionIndex, String tokenId) throws Exception 参数说明 参数 类型
拆分子资产给其它可组合资产 将可组合资产中的子资产拆分转移给其它可组合资产。 调用方法 public function safeTransferChild(string $fromCollectionIndex, string $fromTokenId, string $toCollectionIndex
获取数字资产信息 功能介绍 获取数字资产信息 URI GET /v1/open/scan/asset 表1 Query参数 参数 是否必选 参数类型 描述 asset_id 是 String 数字资产编号 最小长度:64 最大长度:64 请求参数 无 响应参数 状态码: 200 表
查询用户数字资产所有权 查询用户是否拥有数字资产的所有权,拥有则返回NFT数字资产个数1。 仅专享版支持该接口调用。 调用方法 BalanceOf(identity string, id ID)(int64,error) 参数说明 参数 类型 说明 identity String
查找子资产的父所有者信息 根据子资产的集合标识和资产编号查询其父所有者的信息。 调用方法 OwnerOfChild(childCollectionIndex, childTokenId string)(string,string,string,error) 参数说明 参数 类型 说明
查找子资产的父所有者信息 根据子资产的集合标识和资产编号查询其父所有者的信息。 调用方法 public ParentInfo ownerOfChild(String childCollectionIndex, String childTokenId) throws Exception
查找子资产的父所有者信息 根据子资产的集合标识和资产编号查询其父所有者的信息。 调用方法 public function ownerOfChild(string $childCollectionIndex, string $childTokenId) throws Exception
查询用户数字资产所有权 查询用户是否拥有数字资产的所有权,拥有则返回NFT数字资产个数1。 仅专享版支持该接口调用。 调用方法 public long balanceOf(String identity, ID id) throws Exception 参数说明 参数 类型 说明
查询可组合资产拥有集合种类数量 查询可组合资产拥有的集合种类数量。 调用方法 TotalChildCollections(collectionIndex, tokenId string)(int64,error) 参数说明 参数 类型 说明 collectionIndex string
查询可组合资产拥有的子资产 根据子资产集合名和子资产索引查询可组合资产拥有的子资产的数字资产编号。 调用方法 ChildTokenByIndex(collectionIndex, tokenId, childCollectionIndex, index string)(string