Get the collection by an db address and collection name
const collection = await getCollection("0x....", "col1", client) Copy
const collection = await getCollection("0x....", "col1", client)
a hex format string database address
the name of collection
the Collection
Generated using TypeDoc
Get the collection by an db address and collection name