State

fun State(    conditions: List<Boolean>,     altstack: List<ByteVector>,     opCount: Int,     scriptCode: List<ScriptElt>)

Parameters

conditions

current "position" wrt if/notif/else/endif

altstack

initial alternate stack

opCount

initial op count

scriptCode

initial script (can be modified by OP_CODESEPARATOR for example)