Packages

package reserved

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait NOP extends ReservedOperation

    Represents an operation that means nothing inside the Script language

  2. sealed trait ReservedOperation extends constant.ScriptOperation

    Reserved words Any opcode not assigned is also reserved.

    Reserved words Any opcode not assigned is also reserved. Using an unassigned opcode makes the transaction invalid. https://en.bitcoin.it/wiki/Script#Reserved_words

  3. case class UndefinedOP_NOP(opCode: Int) extends ReservedOperation with Product with Serializable

Value Members

  1. case object OP_NOP extends NOP with Product with Serializable
  2. case object OP_NOP1 extends NOP with Product with Serializable
  3. case object OP_NOP10 extends NOP with Product with Serializable
  4. case object OP_NOP4 extends NOP with Product with Serializable
  5. case object OP_NOP5 extends NOP with Product with Serializable
  6. case object OP_NOP6 extends NOP with Product with Serializable
  7. case object OP_NOP7 extends NOP with Product with Serializable
  8. case object OP_NOP8 extends NOP with Product with Serializable
  9. case object OP_NOP9 extends NOP with Product with Serializable
  10. case object OP_RESERVED extends ReservedOperation with Product with Serializable

    Transaction is invalid unless occuring in an unexecuted OP_IF branch

  11. case object OP_RESERVED1 extends ReservedOperation with Product with Serializable

    Transaction is invalid unless occuring in an unexecuted OP_IF branch

  12. case object OP_RESERVED2 extends ReservedOperation with Product with Serializable

    Transaction is invalid unless occuring in an unexecuted OP_IF branch

  13. case object OP_VER extends ReservedOperation with Product with Serializable

    Transaction is invalid unless occuring in an unexecuted OP_IF branch

  14. case object OP_VERIF extends ReservedOperation with Product with Serializable

    Transaction is invalid even when occuring in an unexecuted OP_IF branch

  15. case object OP_VERNOTIF extends ReservedOperation with Product with Serializable

    Transaction is invalid even when occuring in an unexecuted OP_IF branch

  16. object ReservedOperation extends ScriptOperationFactory[ReservedOperation]

Ungrouped