Skip to main content
BETA
HomeIntegration BuilderAPI ReferenceGuidesChangelog
View Mirror World on Github
Join the Discord server

Language:

GetMintedCollections

This endpoint is used to fetch collections that user already minted.

Parameters

action|Action<CommonResponse<List<SUIResGetMintedCollectionsObj>> - The callback function of this method is used to receive the results.

Returns

response class - CommonResponse<List<SUIResGetMintedCollectionsObj>>

Code Example


MWSDK.SUI.Asset.GetMintedCollections((res) =>
{
CommonResponse<List<SUIResGetMintedCollectionsObj>> resObj = res;
string message = resObj.message;
List<SUIResGetMintedCollectionsObj> data = resObj.data;
//todo
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

Home

Integration

Guides

API Reference

Changelog