plutus-core-1.55.0.0: Language library for Plutus Core
Safe HaskellSafe-Inferred
LanguageHaskell2010

PlutusCore.Flat

Description

Haskell implementation of Flat, a principled, portable and efficient binary data format.

Synopsis

Documentation

type Decoded a = Either DecodeException a Source #

A decoded value