Blueprint

scalus.cardano.plutus.contract.blueprint.Blueprint
See theBlueprint companion object
case class Blueprint(preamble: Preamble, validators: Seq[Validator])

A CIP-57 compliant description of a set of validators.

Each validator description contains schemas PlutusDataSchema of the datum and redeemer formats expected by the contracts.

Attributes

See also
Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def show: String

Attributes

Returns

a JSON string representing this blueprint. The returned string is compliant with a respective CIP-57 JSON Schema and can be used for deserialization, such that Blueprint(myBlueprint.show) == myBlueprint always holds.

def toJson(indentation: Int): String
def writeToFile(f: File): Unit

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product