OP

@Serializable
class OP(val v: ByteArray)

Constructors

Link copied to clipboard
constructor(v: ByteArray)

Types

Link copied to clipboard
object Companion

All of the Script Virtual Machine opcodes, and some helper functions to create opcodes, are defined in the companion object of this class.

Link copied to clipboard

PUSH_TX_STATE requires a constant to specify what state is being accessed

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun toAsm(): String

Convert this opcode to human readable assembly