获取 Flow 区块链上一个账户的所有 NFT
Get all NFTs of an Account on Flow Blockchain
我可以获取 Flow 区块链上某个账户的所有 NFT 列表吗?有帐户存储并且 documentation 说
...Cadence represents each NFT as a resource object that users store in their accounts...
或者各个用户是否必须拥有专用的 collection 才能让其他人查看他们的 NFT?
获取一个用户账号下的所有NFT,需要满足以下条件:
- 需要在账户下创建一个collection来存放NFT
- collection提供public查询其NFT列表的方法
我可以获取 Flow 区块链上某个账户的所有 NFT 列表吗?有帐户存储并且 documentation 说
...Cadence represents each NFT as a resource object that users store in their accounts...
或者各个用户是否必须拥有专用的 collection 才能让其他人查看他们的 NFT?
获取一个用户账号下的所有NFT,需要满足以下条件:
- 需要在账户下创建一个collection来存放NFT
- collection提供public查询其NFT列表的方法