GetCollectionsSummary
Get collections summary info in metadata.
List<string> collections = new List<string>();collections.Add("collection 1");MWSDK.BNB.Metadata.GetCollectionsSummary(collections, (res) => { //todo});
Edit this page on GitHub