get Collection Data By Collection Id
abstract suspend fun getCollectionDataByCollectionId(collectionId: String, minimumLedgerVersion: Long?): Option<CollectionData?>
Queries data of a specific collection by the collection ID.
Parameters
collection Id
the ID of the collection, it's the same thing as the address of the collection object
minimum Ledger Version
Optional ledger version to sync up to, before querying