STS

scalus.cardano.ledger.rules.STS
See theSTS companion object
sealed trait STS

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Type members

Types

final type Context = Context
final type Event = Transaction
final type Result = Either[Error, Value]
final type State = State
type Value

Value members

Abstract methods

def apply(context: Context, state: State, event: Event): Result

Concrete methods

def name: String