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

PlutusCore.Flat.Encoder.Size

Description

Primitives to calculate the maximum size in bits of the encoding of a value

Documentation

sIntegral :: (Bits t, Integral t) => t -> Int #

numBlks :: Integral t => t -> t -> t #