All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.web3j.abi.datatypes.generated.Uint152 Maven / Gradle / Ivy

package org.web3j.abi.datatypes.generated;

import java.math.BigInteger;
import org.web3j.abi.datatypes.Uint;

/**
 * Auto generated code.
 * 

Do not modifiy! *

Please use org.web3j.codegen.AbiTypesGenerator in the * codegen module to update. */ public class Uint152 extends Uint { public static final Uint152 DEFAULT = new Uint152(BigInteger.ZERO); public Uint152(BigInteger value) { super(152, value); } public Uint152(long value) { this(BigInteger.valueOf(value)); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy