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

    Function hexAnnotated

    • Render CBOR as an annotated hex dump: the encoding broken into semantically meaningful lines with offsets, values, and tag names resolved through the tags store.

      For plain hex use c.toHex() or bytesToHex(encodeCbor(v)).

      Parameters

      • cbor: Cbor

        CBOR value to render

      • Optionalopts: HexFormatOpts

        Formatting options (explicit undefined fields mean "use the default")

      Returns string