检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
加入可组合资产 某一集合中数字资产的所有者或授权者将该资产加入指定集合中的可组合资产。 调用方法 public function getChild(string $from, string $toCollectionIndex, string $toTokenId, string
修改集合信息 创建者有权限修改集合的名称和缩写。 调用方法 public function setOption(string $collectionIndex, string $name, string $symbol) throws Exception 参数说明 参数 类型 说明
什么是数字资产链 数字资产链(Digital Asset Chain,简称DAC)是华为云自研的数字资产链平台,基于华为云区块链引擎,可实现数字资产的确权、可信保存、安全交易。 数字资产链的使用方式分为两种:共享版和专享版。 共享版与专享版的区别与联系如下: 共享版的用户共用一条
加入可组合资产 某一集合中数字资产的所有者或授权者将该资产加入指定集合中的可组合资产。 调用方法 public String getChild(String from, String toCollectionIndex, String toTokenId, String childCollectionIndex
查询范围内区块列表信息 功能介绍 查询范围内区块列表信息,一次查询最大返回数量1000(仅支持专享版) URI GET /v1/store/block/list 表1 Query参数 参数 是否必选 参数类型 描述 block_start 是 Integer 查询区块的起始区块id
查询数字资产是否铸造 查询指定资产集合下,数字资产标识tokenId是否被铸造。 调用方法 public function isMinted(string $collectionIndex, string $tokenId) throws Exception 参数说明 参数 类型
修改集合信息 创建者有权限修改集合的名称和缩写。 调用方法 public String setOption(String collectionIndex, String name, String symbol) throws Exception 参数说明 参数 类型 说明 collectionIndex
查询数字资产描述信息 根据集合标识和内容标识符查询其metadata信息。 调用方法 public Metadata tokenURI(String collectionIndex, String tokenId) throws Exception 参数说明 参数 类型 说明 collectionIndex
查询数字资产是否铸造 查询指定资产集合下,数字资产标识tokenId是否被铸造。 调用方法 public boolean isMinted(String collectionIndex, String tokenId) throws Exception 参数说明 参数 类型 说明
查询数字资产描述信息 根据集合标识和内容标识符查询其metadata信息。 调用方法 public function tokenURI(string $collectionIndex, string $tokenId) 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 getApproved(String collectionIndex, String tokenId) throws Exception 参数说明 参数 类型 说明 collectionIndex
查询可组合资产拥有集合种类数量 查询可组合资产拥有的集合种类数量。 调用方法 public function totalChildCollections(string $collectionIndex, string $tokenId) throws Exception 参数说明
NFT 参数说明 属性 类型 说明 tokenId String 数字资产编号。同一集合内不能重复,取值范围[0,2^63)。 owner String 数字资产所有者身份标识。 approved String 授权用户身份标识。 tokenURI String 数字资产Meta信息。
查询用户拥有的数字资产 查询指定资产集合下,用户所拥有的数字资产。 仅专享版支持该接口调用。 调用方法 public String[] account(String collectionIndex, String identity) throws Exception 参数说明 参数
NFT 参数说明 属性 类型 说明 tokenId String 数字资产编号。同一集合内不能重复,取值范围[0,2^64)。 owner String 数字资产所有者身份标识。 approved String 授权用户身份标识。 tokenURI String 数字资产Meta信息。
查询资产集合的名称 根据集合标识查询集合名称。 调用方法 public String name(String collectionIndex) throws Exception 参数说明 参数 类型 说明 collectionIndex String 必填参数,集合唯一标识符,不能重复。
查询资产集合的缩写 根据集合标识查询集合缩写。 调用方法 public String symbol(String collectionIndex) throws Exception 参数说明 参数 类型 说明 collectionIndex String 必填参数,集合唯一标识符,不能重复。