Uses of Class
ch.bitagent.bitcoin.lib.script.OpCodeNames
-
Packages that use OpCodeNames Package Description ch.bitagent.bitcoin.lib.script -
-
Uses of OpCodeNames in ch.bitagent.bitcoin.lib.script
Methods in ch.bitagent.bitcoin.lib.script that return OpCodeNames Modifier and Type Method Description static OpCodeNamesOpCodeNames. findByCode(Int code)findByCode.OpCodeNamesScriptCmd. getOpCode()Getter for the fieldopCode.static OpCodeNamesOpCodeNames. valueOf(String name)Returns the enum constant of this type with the specified name.static OpCodeNames[]OpCodeNames. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.bitagent.bitcoin.lib.script with parameters of type OpCodeNames Modifier and Type Method Description static booleanOpCodeFunctions. op(OpCodeNames opCode, Deque<byte[]> stack, Deque<byte[]> altstack, List<ScriptCmd> cmds, Int z)op.Constructors in ch.bitagent.bitcoin.lib.script with parameters of type OpCodeNames Constructor Description ScriptCmd(OpCodeNames opCode)Constructor for ScriptCmd.
-