检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
查询可组合资产拥有集合种类数量 查询可组合资产拥有的集合种类数量。 调用方法 public function totalChildCollections(string $collectionIndex, string $tokenId) throws Exception 参数说明
查询数字资产描述信息 根据集合标识和内容标识符查询其metadata信息。 调用方法 public function tokenURI(string $collectionIndex, string $tokenId) throws Exception 参数说明 参数 类型 说明
生成数字资产标识 根据集合标识符和数字资产编号生成数字资产标识。 调用方法 public function generataID(string $collectionIndex, string $tokenId) throws Exception 参数说明 参数 类型 说明 collectionIndex
查询数字资产所有者 根据集合标识和资产标识符查询其所有者。 调用方法 public String ownerOf(String collectionIndex, String tokenId) throws Exception 参数说明 参数 类型 说明 collectionIndex
查询数字资产是否铸造 查询指定资产集合下,数字资产标识tokenId是否被铸造。 调用方法 public function isMinted(string $collectionIndex, string $tokenId) throws Exception 参数说明 参数 类型
创建图片Metadata 工具方法,帮助生成metadata对象,获得对象后开发者可以自定义设置properties属性。 调用方法 public function newImageMetadata(string $data, string $name, string $url,
查找子资产的根所有者 遍历查询子资产的父所有者,获得子资产的根所有者。 调用方法 RootOwnerOfChild(childCollectionIndex, childTokenId string)(string,error) 参数说明 参数 类型 说明 childCollectionIndex
生成数字资产编码 根据集合标识符和数字资产编号生成数字资产编码,同样具备唯一性,可用于可视化展示和DAC产品页核验。 调用方法 GenerateAssetID(collectionIndex, tokenId string) string 参数说明 参数 类型 说明 collectionIndex
生成数字资产编码 根据集合标识符和数字资产编号生成数字资产编码,同样具备唯一性,可用于可视化展示和DAC产品页核验。 调用方法 public function generateAssetID(string $collectionIndex, string $tokenId) throws
查找子资产的父所有者信息 根据子资产的集合标识和资产编号查询其父所有者的信息。 调用方法 public ParentInfo ownerOfChild(String childCollectionIndex, String childTokenId) throws Exception
查找子资产的父所有者信息 根据子资产的集合标识和资产编号查询其父所有者的信息。 调用方法 public function ownerOfChild(string $childCollectionIndex, string $childTokenId) throws Exception
查询数字资产描述信息 根据集合标识和数字资产标识符查询资产的metadata信息。 调用方法 TokenURI(collectionIndex, tokenId string) (*Metadata, error) 参数说明 参数 类型 说明 collectionIndex String
转移数字资产所有权 将指定集合中的指定数字资产的所有权,从from转移到to用户。 调用方法 public String transferFrom(String collectionIndex, String from, String to, String tokenId) throws
查询可组合资产的根所有者 遍历查询可组合资产的父所有者,获得可组合资产的根所有者。 调用方法 public String rootOwnerOf(String collectionIndex, String tokenId) throws Exception 参数说明 参数 类型
生成数字资产编码 根据集合标识符和数字资产编号生成数字资产编码,同样具备唯一性,可用于可视化展示和DAC产品页核验。 调用方法 public String generateAssetID(String collectionIndex, String tokenId) throws
查找子资产的根所有者 遍历查询子资产的父所有者,获得子资产的根所有者。 调用方法 public function rootOwnerOfChild(string $childCollectionIndex, string $childTokenId) throws Exception
删除印章 功能介绍 删除印章 URI DELETE /v1/{project_id}/evidences/seal-image 表1 路径参数 参数 是否必选 参数类型 描述 project_id 是 String 租户从IAM申请到的projectid,一般为32位字符串 最小长度:32
查询数字资产所有者 根据集合标识和数字资产标识符查询其所有者。 调用方法 OwnerOf(collectionIndex, tokenId string)(string, error) 参数说明 参数 类型 说明 collectionIndex String 必填参数,集合唯一标识符,不能重复。
查询可组合资产拥有集合种类数量 查询可组合资产拥有的集合种类数量。 调用方法 public long totalChildCollections(String collectionIndex, String tokenId ) throws Exception 参数说明 参数 类型
创建图片Metadata 工具方法,帮助生成metadata对象,获得对象后开发者可以自定义设置properties属性。 调用方法 public Metadata newImageMetadata(byte[] image, String name, String url, String