Main

scalus.Main$
object Main

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Main.type

Members list

Concise view

Type members

Classlikes

object Builtins

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object Scalus

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Scalus.type
case class ScriptContext(scriptContextTxInfo: TxInfo, scriptContextPurpose: ScriptPurpose)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class TxInfo(txInfoSignatories: Set[PubKeyHash])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Types

type ByteString = String
type Datum = String
type PubKeyHash = String
type Redeemer = String
type ScriptPurpose = Nothing

Value members

Concrete methods

def main(args: Array[String]): Unit
def validator(datum: Datum, redeemer: Redeemer, ctx: ScriptContext): Boolean

Concrete fields

val budget: Dynamic
val redeemer: String
val result: Dynamic
val script: Dynamic