Class StaticArray25<T extends Type>
java.lang.Object
org.web3j.abi.datatypes.Array<T>
org.web3j.abi.datatypes.StaticArray<T>
org.web3j.abi.datatypes.generated.StaticArray25<T>
Auto generated code.
Do not modifiy!
Please use org.web3j.codegen.AbiTypesGenerator in the codegen module to update.
-
Field Summary
Fields inherited from class org.web3j.abi.datatypes.StaticArray
MAX_SIZE_OF_STATIC_ARRAYFields inherited from interface org.web3j.abi.datatypes.Type
MAX_BIT_LENGTH, MAX_BYTE_LENGTH -
Constructor Summary
ConstructorsConstructorDescriptionStaticArray25(Class<T> type, List<T> values) StaticArray25(Class<T> type, T... values) StaticArray25(List<T> values) Deprecated.StaticArray25(T... values) Deprecated. -
Method Summary
Methods inherited from class org.web3j.abi.datatypes.StaticArray
getTypeAsString, getValueMethods inherited from class org.web3j.abi.datatypes.Array
bytes32PaddedLength, equals, getComponentType, getNativeValueCopy, hashCode
-
Constructor Details
-
StaticArray25
Deprecated. -
StaticArray25
Deprecated. -
StaticArray25
-
StaticArray25
-