ExUnits

scalus.cardano.ledger.ExUnits
See theExUnits companion class
object ExUnits

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
ExUnits.type

Members list

Type members

Classlikes

object given_Group_ExUnits extends Group[ExUnits]

Cats Group instance for ExUnits, allowing algebraic operations including negative values

Cats Group instance for ExUnits, allowing algebraic operations including negative values

Attributes

Supertypes
trait Group[ExUnits]
trait Monoid[ExUnits]
trait Semigroup[ExUnits]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete fields

val zero: ExUnits

Givens

Givens

given derived$ReadWriter: ReadWriter[ExUnits]
given given_Decoder_ExUnits: Decoder[ExUnits]

CBOR decoder for ExUnits with validation for non-negative values

CBOR decoder for ExUnits with validation for non-negative values

Attributes

given given_Encoder_ExUnits: Encoder[ExUnits]

CBOR encoder for ExUnits

CBOR encoder for ExUnits

Attributes

Cats Group instance for ExUnits, allowing algebraic operations including negative values

Cats Group instance for ExUnits, allowing algebraic operations including negative values

Attributes

given given_Ordering_ExUnits: Ordering[ExUnits]