Companion

object Companion

Types

Link copied to clipboard
data class State(    val conditions: List<Boolean>,     val altstack: List<ByteVector>,     val opCount: Int,     val scriptCode: List<ScriptElt>)

This class represents the state of the script execution engine