更新时间:2022-09-26 GMT+08:00
查询数字资产描述信息
根据集合标识和内容标识符查询其metadata信息。
- 调用方法
public function tokenURI(string $collectionIndex, string $tokenId) throws Exception
- 参数说明
参数
类型
说明
collectionIndex
String
必填参数,集合唯一标识符,不能重复。
以字母开头,支持字母、数字。
长度[3-32]。
tokenId
String
必填参数,数字资产编号。同一集合内不能重复,取值范围[0,2^63)。
- 返回值
类型
说明
Metadata
数字资产对应的meta信息。
父主题: ERC721业务接口