Package

org.bitcoins.core.script

reserved

Permalink

package reserved

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait NOP extends ReservedOperation

    Permalink

    Represents an operation that means nothing inside the Script language

  2. sealed trait ReservedOperation extends ScriptOperation

    Permalink

    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

    Permalink

Value Members

  1. object OP_NOP extends NOP with Product with Serializable

    Permalink
  2. object OP_NOP1 extends NOP with Product with Serializable

    Permalink
  3. object OP_NOP10 extends NOP with Product with Serializable

    Permalink
  4. object OP_NOP4 extends NOP with Product with Serializable

    Permalink
  5. object OP_NOP5 extends NOP with Product with Serializable

    Permalink
  6. object OP_NOP6 extends NOP with Product with Serializable

    Permalink
  7. object OP_NOP7 extends NOP with Product with Serializable

    Permalink
  8. object OP_NOP8 extends NOP with Product with Serializable

    Permalink
  9. object OP_NOP9 extends NOP with Product with Serializable

    Permalink
  10. object OP_RESERVED extends ReservedOperation with Product with Serializable

    Permalink

    Transaction is invalid unless occuring in an unexecuted OP_IF branch

  11. object OP_RESERVED1 extends ReservedOperation with Product with Serializable

    Permalink

    Transaction is invalid unless occuring in an unexecuted OP_IF branch

  12. object OP_RESERVED2 extends ReservedOperation with Product with Serializable

    Permalink

    Transaction is invalid unless occuring in an unexecuted OP_IF branch

  13. object OP_VER extends ReservedOperation with Product with Serializable

    Permalink

    Transaction is invalid unless occuring in an unexecuted OP_IF branch

  14. object OP_VERIF extends ReservedOperation with Product with Serializable

    Permalink

    Transaction is invalid even when occuring in an unexecuted OP_IF branch

  15. object OP_VERNOTIF extends ReservedOperation with Product with Serializable

    Permalink

    Transaction is invalid even when occuring in an unexecuted OP_IF branch

  16. object ReservedOperation extends ScriptOperationFactory[ReservedOperation]

    Permalink

Ungrouped