given_Pretty_MultiAsset

scalus.cardano.ledger.MultiAsset.given_Pretty_MultiAsset

Pretty prints MultiAsset in Lucid flat style: "policyId.assetName": amount

Uses vertical indentation when there are multiple entries.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

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