getCollectionDataByCollectionId

abstract suspend fun getCollectionDataByCollectionId(collectionId: String, minimumLedgerVersion: Long?): Option<CollectionData?>

Queries data of a specific collection by the collection ID.

Parameters

collectionId

the ID of the collection, it's the same thing as the address of the collection object

minimumLedgerVersion

Optional ledger version to sync up to, before querying