Package ch.bitagent.bitcoin.lib.script
Class Op
- java.lang.Object
-
- ch.bitagent.bitcoin.lib.script.Op
-
public class Op extends Object
Op class.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanop0(Deque<byte[]> stack)op0.static booleanop1(Deque<byte[]> stack)op1.static booleanop105Verify(Deque<byte[]> stack)op105Verify.static booleanop1102Dup(Deque<byte[]> stack)op1102Dup.static booleanop124Swap(Deque<byte[]> stack)op124Swap.static booleanop135Equal(Deque<byte[]> stack)op135Equal.static booleanop136EqualVerify(Deque<byte[]> stack)op136EqualVerify.static booleanop145Not(Deque<byte[]> stack)op145Not.static booleanop147Add(Deque<byte[]> stack)op147Add.static booleanop2(Deque<byte[]> stack)op2.static booleanop6(Deque<byte[]> stack)op6.static StringprintStack(Deque<byte[]> stack)printStack.
-
-
-
Method Detail
-
op0
public static boolean op0(Deque<byte[]> stack)
op0.
- Parameters:
stack- aDequeobject- Returns:
- a boolean
-
op1
public static boolean op1(Deque<byte[]> stack)
op1.
- Parameters:
stack- aDequeobject- Returns:
- a boolean
-
op2
public static boolean op2(Deque<byte[]> stack)
op2.
- Parameters:
stack- aDequeobject- Returns:
- a boolean
-
op6
public static boolean op6(Deque<byte[]> stack)
op6.
- Parameters:
stack- aDequeobject- Returns:
- a boolean
-
op105Verify
public static boolean op105Verify(Deque<byte[]> stack)
op105Verify.
- Parameters:
stack- aDequeobject- Returns:
- a boolean
-
op1102Dup
public static boolean op1102Dup(Deque<byte[]> stack)
op1102Dup.
- Parameters:
stack- aDequeobject- Returns:
- a boolean
-
op124Swap
public static boolean op124Swap(Deque<byte[]> stack)
op124Swap.
- Parameters:
stack- aDequeobject- Returns:
- a boolean
-
op135Equal
public static boolean op135Equal(Deque<byte[]> stack)
op135Equal.
- Parameters:
stack- aDequeobject- Returns:
- a boolean
-
op136EqualVerify
public static boolean op136EqualVerify(Deque<byte[]> stack)
op136EqualVerify.
- Parameters:
stack- aDequeobject- Returns:
- a boolean
-
op145Not
public static boolean op145Not(Deque<byte[]> stack)
op145Not.
- Parameters:
stack- aDequeobject- Returns:
- a boolean
-
op147Add
public static boolean op147Add(Deque<byte[]> stack)
op147Add.
- Parameters:
stack- aDequeobject- Returns:
- a boolean
-
-