Skip to content

Commit

Permalink
fix for new URL (web3j to hyperledger) including one branch fix (mast…
Browse files Browse the repository at this point in the history
…er to main)

Signed-off-by: Julius Lauterbach <[email protected]>
  • Loading branch information
Julius278 committed Jul 30, 2024
1 parent 8d9e8ee commit 7898243
Show file tree
Hide file tree
Showing 173 changed files with 173 additions and 173 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Web3j is a lightweight, highly modular, reactive, type safe Java and
Android library for working with Smart Contracts and integrating with
clients (nodes) on the Ethereum network:

![image](https://github.com/web3j/web3j-docs/blob/master/docs/img/web3j_network.png)
![image](https://github.com/hyperledger/web3j-docs/blob/main/docs/img/web3j_network.png)

This allows you to work with the [Ethereum](https://www.ethereum.org/)
blockchain, without the additional overhead of having to write your own
Expand Down
2 changes: 1 addition & 1 deletion abi/src/main/java/org/web3j/abi/TypeDecoder.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
* href="https://github.com/ethereum/wiki/wiki/Ethereum-Contract-ABI">here</a>.
*
* <p>The public API is composed of "decode*" methods and provides backward-compatibility. See
* https://github.com/web3j/web3j/issues/1591 for a discussion about decoding and possible
* https://github.com/hyperledger/web3j/issues/1591 for a discussion about decoding and possible
* improvements.
*/
public class TypeDecoder {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/main/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Bytes1 extends Bytes {
public static final Bytes1 DEFAULT = new Bytes1(new byte[1]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Bytes10 extends Bytes {
public static final Bytes10 DEFAULT = new Bytes10(new byte[10]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Bytes11 extends Bytes {
public static final Bytes11 DEFAULT = new Bytes11(new byte[11]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/main/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Bytes12 extends Bytes {
public static final Bytes12 DEFAULT = new Bytes12(new byte[12]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Bytes13 extends Bytes {
public static final Bytes13 DEFAULT = new Bytes13(new byte[13]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Bytes14 extends Bytes {
public static final Bytes14 DEFAULT = new Bytes14(new byte[14]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Bytes15 extends Bytes {
public static final Bytes15 DEFAULT = new Bytes15(new byte[15]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Bytes16 extends Bytes {
public static final Bytes16 DEFAULT = new Bytes16(new byte[16]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Bytes17 extends Bytes {
public static final Bytes17 DEFAULT = new Bytes17(new byte[17]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/main/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Bytes18 extends Bytes {
public static final Bytes18 DEFAULT = new Bytes18(new byte[18]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/main/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Bytes19 extends Bytes {
public static final Bytes19 DEFAULT = new Bytes19(new byte[19]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Bytes2 extends Bytes {
public static final Bytes2 DEFAULT = new Bytes2(new byte[2]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Bytes20 extends Bytes {
public static final Bytes20 DEFAULT = new Bytes20(new byte[20]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Bytes21 extends Bytes {
public static final Bytes21 DEFAULT = new Bytes21(new byte[21]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Bytes22 extends Bytes {
public static final Bytes22 DEFAULT = new Bytes22(new byte[22]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Bytes23 extends Bytes {
public static final Bytes23 DEFAULT = new Bytes23(new byte[23]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Bytes24 extends Bytes {
public static final Bytes24 DEFAULT = new Bytes24(new byte[24]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/main/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Bytes25 extends Bytes {
public static final Bytes25 DEFAULT = new Bytes25(new byte[25]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Bytes26 extends Bytes {
public static final Bytes26 DEFAULT = new Bytes26(new byte[26]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/main/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Bytes27 extends Bytes {
public static final Bytes27 DEFAULT = new Bytes27(new byte[27]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Bytes28 extends Bytes {
public static final Bytes28 DEFAULT = new Bytes28(new byte[28]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Bytes29 extends Bytes {
public static final Bytes29 DEFAULT = new Bytes29(new byte[29]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Bytes3 extends Bytes {
public static final Bytes3 DEFAULT = new Bytes3(new byte[3]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Bytes30 extends Bytes {
public static final Bytes30 DEFAULT = new Bytes30(new byte[30]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Bytes31 extends Bytes {
public static final Bytes31 DEFAULT = new Bytes31(new byte[31]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Bytes32 extends Bytes {
public static final Bytes32 DEFAULT = new Bytes32(new byte[32]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Bytes4 extends Bytes {
public static final Bytes4 DEFAULT = new Bytes4(new byte[4]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Bytes5 extends Bytes {
public static final Bytes5 DEFAULT = new Bytes5(new byte[5]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Bytes6 extends Bytes {
public static final Bytes6 DEFAULT = new Bytes6(new byte[6]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/main/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Bytes7 extends Bytes {
public static final Bytes7 DEFAULT = new Bytes7(new byte[7]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/main/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Bytes8 extends Bytes {
public static final Bytes8 DEFAULT = new Bytes8(new byte[8]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Bytes9 extends Bytes {
public static final Bytes9 DEFAULT = new Bytes9(new byte[9]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Int104 extends Int {
public static final Int104 DEFAULT = new Int104(BigInteger.ZERO);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Int112 extends Int {
public static final Int112 DEFAULT = new Int112(BigInteger.ZERO);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Int120 extends Int {
public static final Int120 DEFAULT = new Int120(BigInteger.ZERO);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Int128 extends Int {
public static final Int128 DEFAULT = new Int128(BigInteger.ZERO);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Int136 extends Int {
public static final Int136 DEFAULT = new Int136(BigInteger.ZERO);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Int144 extends Int {
public static final Int144 DEFAULT = new Int144(BigInteger.ZERO);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Int152 extends Int {
public static final Int152 DEFAULT = new Int152(BigInteger.ZERO);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Int16 extends Int {
public static final Int16 DEFAULT = new Int16(BigInteger.ZERO);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Int160 extends Int {
public static final Int160 DEFAULT = new Int160(BigInteger.ZERO);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Auto generated code.
* <p><strong>Do not modifiy!</strong>
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
*/
public class Int168 extends Int {
public static final Int168 DEFAULT = new Int168(BigInteger.ZERO);
Expand Down
Loading

0 comments on commit 7898243

Please sign in to comment.