getCollectionsSummary
Get collections summary info.
MWSDK.Solana.Metadata.getCollectionsSummary(collections: [collection]) {data in    print(data)} onFailed: {code, message in    print("failed:\(code),\(message ?? "")")}
Edit this page on GitHub