-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbytetest.java
More file actions
18 lines (14 loc) · 883 Bytes
/
bytetest.java
File metadata and controls
18 lines (14 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import AntShares.SmartContract.Framework.FunctionCode;
public class bytetest extends FunctionCode{
public static void Main() {
/*byte[] lllwvlvwlll = new byte[]{(byte) 3, (byte) 84, (byte) 174, (byte) 73, (byte) 130, (byte) 33, (byte) 4,
(byte) 108, (byte) 102, (byte) 110, (byte) 254, (byte) 187, (byte) 174, (byte) 233, (byte) 189,
(byte) 14, (byte) 180, (byte) 130, (byte) 52, (byte) 105, (byte) 201, (byte) 142, (byte) 116,
(byte) 132, (byte) 148, (byte) 169, (byte) 42, (byte) 113, (byte) 243, (byte) 70, (byte) 177,
(byte) 166, (byte) 97};
*/
byte[] x = new byte[]{(byte) 3,(byte) 3,(byte) 3,(byte) 3,(byte) 3,(byte) 3,(byte) 3,
(byte) 3,(byte) 3,(byte) 3,(byte) 3,(byte) 3,(byte) 3,(byte) 3,(byte) 3,
(byte) 3,(byte) 3,};
}
}