Blockchain Commons Tags TypeScript Library - v1.0.0-alpha.13
    Preparing search index...

    Variable getGlobalTagsStoreConst

    getGlobalTagsStore: () => TagsStore

    Get the global tags store instance.

    Creates the instance on first access.

    Type Declaration

    const store = getGlobalTagsStore();
    store.insert(createTag(999, 'myTag'));