ouroboros-network-api-0.7.2.0: A networking api shared with ouroboros-consensus
Safe HaskellSafe-Inferred
LanguageHaskell2010

Ouroboros.Network.CodecCBORTerm

Synopsis

Documentation

data CodecCBORTerm fail a Source #

A pure codec which encodes to / decodes from Term. This is useful if one expects a valid cbor encoding, which one might not know how to decode like in the Handshake protocol.

Constructors

CodecCBORTerm 

Fields