Enum OpCodeNames

    • Enum Constant Detail

      • OP_81_1

        public static final OpCodeNames OP_81_1
        op 81
      • OP_82_2

        public static final OpCodeNames OP_82_2
        op 82
      • OP_86_6

        public static final OpCodeNames OP_86_6
        op 86
      • OP_91_11

        public static final OpCodeNames OP_91_11
        op 91
      • OP_99_IF

        public static final OpCodeNames OP_99_IF
        op 99
      • OP_100_NOTIF

        public static final OpCodeNames OP_100_NOTIF
        op 100
      • OP_103_ELSE

        public static final OpCodeNames OP_103_ELSE
        op 103
      • OP_105_VERIFY

        public static final OpCodeNames OP_105_VERIFY
        op 105
      • OP_106_RETURN

        public static final OpCodeNames OP_106_RETURN
        op 106
      • OP_107_TOALTSTACK

        public static final OpCodeNames OP_107_TOALTSTACK
        op 107
      • OP_108_FROMALTSTACK

        public static final OpCodeNames OP_108_FROMALTSTACK
        op 108
      • OP_109_2DROP

        public static final OpCodeNames OP_109_2DROP
        op 109
      • OP_110_2DUP

        public static final OpCodeNames OP_110_2DUP
        op 110
      • OP_118_DUP

        public static final OpCodeNames OP_118_DUP
        op 118
      • OP_124_SWAP

        public static final OpCodeNames OP_124_SWAP
        op 124
      • OP_135_EQUAL

        public static final OpCodeNames OP_135_EQUAL
        op 135
      • OP_136_EQUALVERIFY

        public static final OpCodeNames OP_136_EQUALVERIFY
        op 136
      • OP_142_8E

        public static final OpCodeNames OP_142_8E
        op 142
      • OP_145_NOT

        public static final OpCodeNames OP_145_NOT
        op 145
      • OP_147_ADD

        public static final OpCodeNames OP_147_ADD
        op 147
      • OP_167_SHA1

        public static final OpCodeNames OP_167_SHA1
        op 167
      • OP_169_HASH160

        public static final OpCodeNames OP_169_HASH160
        op 169
      • OP_170_HASH256

        public static final OpCodeNames OP_170_HASH256
        op 170
      • OP_172_CHECKSIG

        public static final OpCodeNames OP_172_CHECKSIG
        op 172
      • OP_173_CHECKSIGVERIFY

        public static final OpCodeNames OP_173_CHECKSIGVERIFY
        op 173
      • OP_174_CHECKMULTISIG

        public static final OpCodeNames OP_174_CHECKMULTISIG
        op 174
      • OP_175_CHECKMULTISIGVERIFY

        public static final OpCodeNames OP_175_CHECKMULTISIGVERIFY
        op 175
      • OP_184_B8

        public static final OpCodeNames OP_184_B8
        op 184
      • OP_190_BE

        public static final OpCodeNames OP_190_BE
        op 190
      • OP_232_E8

        public static final OpCodeNames OP_232_E8
        op 232
      • OP_250_FA

        public static final OpCodeNames OP_250_FA
        op 250
      • OP_254_FE

        public static final OpCodeNames OP_254_FE
        op 254
    • Method Detail

      • values

        public static OpCodeNames[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (OpCodeNames c : OpCodeNames.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static OpCodeNames valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getCode

        public Int getCode()

        Getter for the field code.

        Returns:
        a Int object
      • getCodeName

        public String getCodeName()

        Getter for the field codeName.

        Returns:
        a String object