Emulator

scalus.cardano.node.Emulator
See theEmulator companion class
object Emulator

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Emulator.type

Members list

Value members

Concrete methods

def withAddresses(addresses: Seq[Address], initialValue: Value = ...): Emulator

Creates an Emulator with the specified addresses, each with the given initial value.

Creates an Emulator with the specified addresses, each with the given initial value.

Value parameters

addresses

The addresses to initialize with funds

initialValue

Initial value per address (default: 10,000 ADA like Yaci Devkit)

Attributes

Returns

An Emulator instance with the addresses funded

Concrete fields