get Collection Data
open suspend override 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 Address
the address of the collection's creator
collection Name
the name of the collection
minimum Ledger Version
Optional ledger version to sync up to, before querying
token Standard
the token standard to query