@blockchaincommons/dcbor - v1.0.0-beta.1
    Preparing search index...

    Interface HexFormatOpts

    Options for annotated hex formatting.

    interface HexFormatOpts {
        tagsStore?: TagsStore;
    }
    Index
    tagsStore?: TagsStore

    Tags store for resolving tag names in annotations. Defaults to the global tags store.