given_Flat_DefaultFun

scalus.uplc.DefaultFun.given_Flat_DefaultFun

Attributes

Graph
Supertypes
trait Flat[DefaultFun]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def bitSize(a: DefaultFun): Int

Exact size of the encoding of a in bits. Callers use it to size the EncoderState buffer, so it must never under-estimate.

Exact size of the encoding of a in bits. Callers use it to size the EncoderState buffer, so it must never under-estimate.

Attributes

def encode(a: DefaultFun, encode: EncoderState): Unit