Collection Interpreter
Usage
import { interpretCollection } from 'bitbadgesjs-sdk';
import { BitBadgesApi } from 'bitbadgesjs-sdk';
// After fetching a collection
const collection = await BitBadgesApi.getCollections({
collectionsToFetch: [{ collectionId: '1' }]
});
const explanation = interpretCollection(collection.collections[0]);
console.log(explanation);What's Included in the Output
Privacy
Also Available Via
Last updated