get
  abstract suspend fun getCollectionData(creatorAddress: AccountAddressInput, collectionName: String, minimumLedgerVersion: Long?, tokenStandard: TokenStandard?): Option<CollectionData?>
Queries data of a specific collection by the collection creator address and the collection name.
If, for some reason, a creator account has 2 collections with the same name in v1 and v2, can pass an optional tokenStandard parameter to query a specific standard
Parameters
creator
the address of the collection's creator
collection
the name of the collection
minimum
Optional ledger version to sync up to, before querying
token
the token standard to query