检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
生成数字资产标识 根据集合标识符和数字资产编号生成数字资产标识。 调用方法 GenerateID(collectionIndex,tokenId string) ID 参数说明 参数 类型 说明 collectionIndex String 必填参数,集合唯一标识符,不能重复。以
生成数字资产标识 根据集合标识符和数字资产编号生成数字资产标识。 调用方法 public ID generateID(String collectionIndex, String tokenId) throws Exception 参数说明 参数 类型 说明 collectionIndex
销毁数字资产 销毁资产集合编号为tokenId的数字资产。 调用方法 public function burn(string $collectionIndex, string $tokenId) throws Exception 参数说明 参数 类型 说明 collectionIndex
查询数字资产授权用户 查询某个数字资产的授权用户。 调用方法 public function getApproved(string $collectionIndex, string $tokenId) throws Exception 参数说明 参数 类型 说明 collectionIndex
销毁数字资产 销毁资产集合编号为tokenId的数字资产。 调用方法 public String burn(String collectionIndex, String tokenId) throws Exception 参数说明 参数 类型 说明 collectionIndex
查询数字资产描述信息 根据集合标识和内容标识符查询其metadata信息。 调用方法 public Metadata tokenURI(String collectionIndex, String tokenId) throws Exception 参数说明 参数 类型 说明 collectionIndex
查询数字资产授权用户 查询某个数字资产的授权用户。 调用方法 public String getApproved(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 参数说明 参数 类型
销毁数字资产 销毁资产集合编号为tokenId的数字资产。 调用方法 Burn(collectionIndex, tokenId string)(string, error) 参数说明 参数 类型 说明 collectionIndex String 必填参数,集合唯一标识符,不能重复。
查询数字资产是否铸造 查询指定资产集合下,数字资产标识tokenId是否被铸造。 调用方法 public boolean isMinted(String collectionIndex, String tokenId) throws Exception 参数说明 参数 类型 说明
查询数字资产所有者 根据集合标识和资产标识符查询其所有者。 调用方法 public function ownerOf(string $collectionIndex, string $tokenId) throws Exception 参数说明 参数 类型 说明 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
查询数字资产是否铸造 查询指定资产集合下,数字资产标识tokenId是否被铸造。 调用方法 IsMinted(collectionIndex, tokenId string)(bool, error) 参数说明 参数 类型 说明 collectionIndex String 必填参数,集合唯一标识符,不能重复。
查找子资产的根所有者 遍历查询子资产的父所有者,获得子资产的根所有者。 调用方法 public function rootOwnerOfChild(string $childCollectionIndex, string $childTokenId) throws Exception
查询版权 仅专享版支持该接口调用。 根据数据指纹查询区块链上的版权信息。 调用方法 public CopyrightParams getCopyright(String workFingerprint) throws Exception 参数说明 参数 类型 说明 workFingerprint
查询数字资产授权用户 根据集合标识和数字资产标识符查询某个数字资产的授权用户。 调用方法 GetApproved(collectionIndex, tokenId string) (string, error) 参数说明 参数 类型 说明 collectionIndex String