检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
查询数字资产描述信息 根据集合标识和内容标识符查询其metadata信息。 调用方法 public Metadata tokenURI(String collectionIndex, String tokenId) throws Exception 参数说明 参数 类型 说明 collectionIndex
生成私钥和证书 根据用户名生成用户私钥、证书以及对应的地址。 调用方法 public IdentityInfo generateIdentity(String alogrithm, String identityName) throws Exception 参数说明 参数 类型 说明
生成私钥和证书 根据用户名生成用户私钥、证书以及对应的地址。 调用方法 public function generateIdentity(string $algorithm, string $identityName) throws Exception 参数说明 参数 类型 说明
查询资产集合的名称 根据集合标识查询集合名称。 调用方法 public function name(string $collectionIndex) throws Exception 参数说明 参数 类型 说明 collectionIndex String 必填参数,集合唯一标识符,不能重复。
查询资产集合的缩写 根据集合标识查询集合缩写。 调用方法 public function symbol(string $collectionIndex) throws Exception 参数说明 参数 类型 说明 collectionIndex String 必填参数,集合唯一标识符,不能重复。
查找子资产的父所有者信息 根据子资产的集合标识和资产编号查询其父所有者的信息。 调用方法 OwnerOfChild(childCollectionIndex, childTokenId string)(string,string,string,error) 参数说明 参数 类型 说明
配置并切换用户 根据配置文件中的用户名,切换sdk当前使用的用户。 调用方法 public function switchIdentityWithName(string $identityName)throws Exception 参数说明 参数 类型 说明 identityName
查询资产集合的名称 根据集合标识查询集合名称。 调用方法 public String name(String collectionIndex) throws Exception 参数说明 参数 类型 说明 collectionIndex String 必填参数,集合唯一标识符,不能重复。
查询资产集合的缩写 根据集合标识查询集合缩写。 调用方法 public String symbol(String collectionIndex) throws Exception 参数说明 参数 类型 说明 collectionIndex String 必填参数,集合唯一标识符,不能重复。
查询数字资产所有者 根据集合标识和资产标识符查询其所有者。 调用方法 public function ownerOf(string $collectionIndex, string $tokenId) throws Exception 参数说明 参数 类型 说明 collectionIndex
查询版权 仅专享版支持该接口调用。 根据数据指纹查询区块链上的版权信息。 调用方法 public CopyrightParams getCopyright(String workFingerprint) throws Exception 参数说明 参数 类型 说明 workFingerprint
查询数字资产描述信息 根据集合标识和数字资产标识符查询资产的metadata信息。 调用方法 TokenURI(collectionIndex, tokenId string) (*Metadata, error) 参数说明 参数 类型 说明 collectionIndex String
生成私钥和证书 根据用户名生成用户私钥、证书以及对应的地址。 调用方法 GenerateIdentity(algorithm,identityName string) (cert string, key string, addr string, err error) 参数说明 参数
查询数字资产所有者 根据集合标识和资产标识符查询其所有者。 调用方法 public String ownerOf(String collectionIndex, String tokenId) throws Exception 参数说明 参数 类型 说明 collectionIndex
生成数字资产编码 根据集合标识符和数字资产编号生成数字资产编码,同样具备唯一性,可用于可视化展示和DAC产品页核验。 调用方法 public function generateAssetID(string $collectionIndex, string $tokenId) throws
生成数字资产编码 根据集合标识符和数字资产编号生成数字资产编码,同样具备唯一性,可用于可视化展示和DAC产品页核验。 调用方法 public String generateAssetID(String collectionIndex, String tokenId) throws
配置并切换用户 根据配置文件中的用户名,切换sdk当前使用的用户。 调用方法 public void switchIdentityWithName(String identityName) throws Exception 参数说明 参数 类型 说明 identityName String
查询可组合资产拥有某一集合下子资产数量 根据子资产集合名查询可组合资产拥有该集合下子资产的数量。 调用方法 TotalChildTokens(collectionIndex, tokenId, childCollectionIndex string)(int64,error) 参数说明
查询资产集合的缩写 根据集合标识查询集合缩写。 调用方法 Symbol(collectionIndex string)(string, error) 参数说明 参数 类型 说明 collectionIndex String 必填参数,集合唯一标识符,不能重复。 以字母开头,支持字母、数字。
查询数字资产所有者 根据集合标识和数字资产标识符查询其所有者。 调用方法 OwnerOf(collectionIndex, tokenId string)(string, error) 参数说明 参数 类型 说明 collectionIndex String 必填参数,集合唯一标识符,不能重复。