检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
续使用请您续费。具体操作:单击“费用与成本 > 续费管理”,进入“续费管理”页面进行续费,详细操作请参见如何手动续费。您也可以根据实际情况开通自动续费功能,详细操作请参见如何开通自动续费。 购买一年数字资产链节点:150,000+(12,000/100,000/400,000)*x+2*n
可信存证服务提供了REST(Representational State Transfer)风格API,支持您通过HTTPS请求调用,调用方法请参见如何调用API。 父主题: 使用前必读
用户可通过开通存储增强功能把数字资产的介质文件上传至对象存储服务OBS中,为所有平台提供公开获取数字资产的信息途径,用户铸造数字资产时,可直接指定上传素材后获取的URL作为介质URL。 前提条件 已获取管理控制台的登录账号与密码。 操作步骤 登录DAC管理控制台,在页面左上方选择区域。
使用类问题 数字资产(数字藏品)平台如何在网信办进行备案? 网信办区块链信息服务备案时的合约地址填什么? 如何提供华为云区块链服务网信办备案文件? 用户如何查验(查看)自己购买的数字资产(NFT)? 客户需要选择哪个版本? 接入华为云DAC或BCS需要什么条件?是否提供测试环境?
转移数字资产所有权 将指定集合中的指定数字资产的所有权,从from转移到to用户。 调用方法 public String transferFrom(String collectionIndex, String from, String to, String tokenId) throws
转移数字资产所有权 将指定集合中的指定数字资产的所有权,从from转移到to用户。 调用方法 public function transferFrom(string $collectionIndex, string $from, string $to, string $tokenId)
转移数字资产所有权 将指定集合中的指定数字资产的所有权,从from转移到to用户。 调用方法 public function safeTransferFrom(string $from, string $to, ID $id) throws Exception 参数说明 参数 类型
转移数字资产所有权 将指定集合中的指定数字资产的所有权,从from转移到to用户。 调用方法 TransferFrom(collectionIndex, from, to, tokenId string) (string,error) 参数说明 参数 类型 说明 collectionIndex
转移数字资产所有权 将指定集合中的指定数字资产的所有权,从from转移到to用户。 调用方法 public String safeTransferFrom(String from, String to, ID id) throws Exception 参数说明 参数 类型 说明 from
转移数字资产所有权 将指定集合中的指定数字资产的所有权,从from转移到to用户。 调用方法 SafeTransferFrom(from, to string, id ID)(string,error) 参数说明 参数 类型 说明 from String 必填参数,所有者身份标识符。
拆分子资产给用户 将可组合资产中的子资产拆分转移给指定用户。 调用方法 public function transferChild(string $fromCollectionIndex, string $fromTokenId, string $to, string $childCollectionIndex
拆分子资产给用户 将可组合资产中的子资产拆分转移给指定用户。 调用方法 public String transferChild(String fromCollectionIndex, String fromTokenId, String to, String childCollectionIndex
拆分子资产给用户 将可组合资产中的子资产拆分转移给指定用户。 调用方法 TransferChild(fromCollectionIndex, fromTokenId, to, childCollectionIndex, childTokenId string)(string,error)
查询集合级授权用户 查询指定资产集合下,owner用户是否对operator开启授权。 调用方法 public boolean isAppravedForAll(String collectionIndex, String owner, String operator) throws
查询集合级授权用户 查询指定资产集合下,owner用户是否对operator开启授权。 调用方法 public function isApprovedForAll(string $collectionIndex, string $owner, string $operator) throws
批量铸造数字资产 为指定资产集合批量铸造若干个从某一资产编号开始的同一数字资产。 调用方法 public String batchMint(String collectionIndex, BatchMintData batchMintData) throws Exception 参数说明
设置集合级授权用户 在指定资产集合下,为用户设置授权用户。被授权用户拥有该集合下该用户的所有资产操作权限。 调用方法 public function setApprovalForAll(string $collectionIndex, string $owner, string $operator
加入可组合资产 某一集合中数字资产的所有者或授权者将该资产加入指定集合中的可组合资产。 调用方法 public String getChild(String from, String toCollectionIndex, String toTokenId, String childCollectionIndex
铸造数字资产 为指定资产集合铸造一个编号为tokenId的数字资产。 调用方法 public function mint(string $collectionIndex, string $tokenId, Metadata $tokenURI) throws Exception 参数说明
批量铸造数字资产 为指定资产集合批量铸造若干个从某一资产编号开始的同一数字资产。 调用方法 public function batchMint(string $collectionIndex, BatchMintData $batchMintData) throws Exception