given_Pretty_Value

scalus.cardano.ledger.Value.given_Pretty_Value
object given_Pretty_Value extends Pretty[Value]

Pretty prints Value in Lucid flat style:

  • ADA-only: { ada: X.XXXXXX }
  • With assets: vertically indented entries with ada first

Attributes

Graph
Supertypes
trait Pretty[Value]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def pretty(a: Value, style: Style): Doc

Pretty print to a Doc in concise format

Pretty print to a Doc in concise format

Attributes

Inherited methods

def prettyDetailed(a: Value, style: Style = ...): Doc

Pretty print to a Doc in detailed format. Defaults to pretty if not overridden.

Pretty print to a Doc in detailed format. Defaults to pretty if not overridden.

Attributes

Inherited from:
Pretty