given_Pretty_Coin

scalus.cardano.ledger.Coin.given_Pretty_Coin
object given_Pretty_Coin extends Pretty[Coin]

Pretty prints Coin as ADA with 6 decimal places

Attributes

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

Members list

Value members

Concrete methods

def pretty(a: Coin, 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: Coin, 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