检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
查询数字资产描述信息 根据集合标识和内容标识符查询其metadata信息。 调用方法 public Metadata uri(ID id) throws Exception 参数说明 参数 类型 说明 id ID 必填参数,数字资产标识。 返回值 类型 说明 Metadata 数字资产对应的meta信息。
查询数字资产是否铸造 查询指定资产集合下,数字资产标识tokenId是否被铸造。 调用方法 public function isMinted(string $collectionIndex, string $tokenId) throws Exception 参数说明 参数 类型
修改集合信息 创建者有权限修改集合的名称和缩写。 调用方法 public String setOption(String collectionIndex, String name, String symbol) throws Exception 参数说明 参数 类型 说明 collectionIndex
设置集合级授权用户 在指定资产集合下,为用户设置授权用户。被授权用户拥有该集合下该用户的所有资产操作权限。 调用方法 public String setApprovalForAll(String collectionIndex, String owner, String operator
批量铸造数字资产 为指定资产集合批量铸造若干个从某一资产编号开始的同一数字资产。 调用方法 public String batchMint(String collectionIndex, BatchMintData batchMintData) throws Exception 参数说明
设置集合级授权用户 在指定资产集合下,为用户设置授权用户。被授权用户拥有该集合下该用户的所有资产操作权限。 调用方法 public function setApprovalForAll(string $collectionIndex, string $owner, string $operator
查询数字资产描述信息 根据集合标识和内容标识符查询其metadata信息。 调用方法 public function uri(ID $id)throws Exception 参数说明 参数 类型 说明 id ID 必填参数,数字资产标识。 返回值 类型 说明 Metadata 数字资产对应的meta信息。
加入可组合资产 某一集合中数字资产的所有者或授权者将该资产加入指定集合中的可组合资产。 调用方法 public String getChild(String from, String toCollectionIndex, String toTokenId, String childCollectionIndex
查找子资产的根所有者 遍历查询子资产的父所有者,获得子资产的根所有者。 调用方法 public String rootOwnerOfChild(String childCollectionIndex, String childTokenId) throws Exception 参数说明
销毁数字资产 销毁资产集合编号为tokenId的数字资产。 调用方法 public function burn(string $collectionIndex, string $tokenId) throws Exception 参数说明 参数 类型 说明 collectionIndex
查询数字资产授权用户 查询某个数字资产的授权用户。 调用方法 public function getApproved(string $collectionIndex, string $tokenId) throws Exception 参数说明 参数 类型 说明 collectionIndex
版权更新 仅专享版支持该接口调用。 对版权信息进行更新,只有该版权的存证者和组织管理员拥有更新权限。 调用方法 public String updateCopyright(CopyrightParams copyrightParams) throws Exception 参数说明
铸造数字资产 为指定资产集合铸造一个编号为tokenId的数字资产。 调用方法 public MintResp mint(String collectionIndex, String tokenId, Metadata tokenURI) throws Exception 参数说明
查询数字资产描述信息 根据集合标识和内容标识符查询其metadata信息。 调用方法 public function tokenURI(string $collectionIndex, string $tokenId) throws Exception 参数说明 参数 类型 说明
查询数字资产描述信息 根据集合标识和内容标识符查询其metadata信息。 调用方法 public Metadata tokenURI(String collectionIndex, String tokenId) throws Exception 参数说明 参数 类型 说明 collectionIndex
查询数字资产是否铸造 查询指定资产集合下,数字资产标识tokenId是否被铸造。 调用方法 public boolean isMinted(String collectionIndex, String tokenId) throws Exception 参数说明 参数 类型 说明
生成私钥和证书 根据用户名生成用户私钥、证书以及对应的地址。 调用方法 public IdentityInfo generateIdentity(String alogrithm, String identityName) throws Exception 参数说明 参数 类型 说明
查询用户拥有的数字资产 查询指定资产集合下,用户所拥有的数字资产。 仅专享版支持该接口调用。 调用方法 public String[] account(String collectionIndex, String identity) throws Exception 参数说明 参数
生成私钥和证书 根据用户名生成用户私钥、证书以及对应的地址。 调用方法 public function generateIdentity(string $algorithm, string $identityName) throws Exception 参数说明 参数 类型 说明
查询数字资产授权用户 查询某个数字资产的授权用户。 调用方法 public String getApproved(String collectionIndex, String tokenId) throws Exception 参数说明 参数 类型 说明 collectionIndex