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

PlutusCore.Flat.Decoder.Strict

Description

Strict Decoder

Synopsis

Documentation

decodeArrayWith :: Get a -> Get [a] #

decodeListWith :: Get a -> Get [a] #

dWord8 :: Get Word8 #

Return the 8 most significant bits (same as dBE8)