Application

scalus.cardano.blueprint.Application
See theApplication companion object
case class Application(preamble: Preamble, contracts: Seq[CompiledContract])

A description of a Scalus application, containing one or more contracts.

Attributes

Companion
object
Deprecated
[Since version 0.14.2] use Blueprint instead
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

A CIP-57 compliant Blueprint, describing the application.

A CIP-57 compliant Blueprint, describing the application.

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product