getNFTOnCollection
This endpoint is used to fetch NFTs on collection that user already minted.
String collectionAddress;MirrorWorld.SUI.Asset.getNFTOnCollection(collectionAddress, new MirrorCallback() { @Override public void callback(String result) { //todo }});
Edit this page on GitHub