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)).
c.toHex()
bytesToHex(encodeCbor(v))
CBOR value to render
Optional
Formatting options (explicit undefined fields mean "use the default")
undefined
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()orbytesToHex(encodeCbor(v)).