GetCollectionsInfo
Get collections info in metadata.
Parameters
collections|List<string>
- The collections address you want to query.
action|Action<CommonResponse<List<EVMResMetadataCollectionInfo>>>
- The callback function of this method is used to receive the results.
Returns
response class
- CommonResponse<List<EVMResMetadataCollectionInfo>>
Code Example
Edit this page on GitHub