@blockchaincommons/envelope - v1.0.0-beta.4
    Preparing search index...

    Interface HexOptions

    Options for hex.

    interface HexOptions {
        annotate?: boolean;
        context?: FormatContextOpt;
    }
    Index
    annotate?: boolean

    Annotate each CBOR item with its type and tag name (on by default).

    Names for tags; the global context by default.