Class StaticArray21<T extends Type>
java.lang.Object
org.web3j.abi.datatypes.Array<T>
org.web3j.abi.datatypes.StaticArray<T>
org.web3j.abi.datatypes.generated.StaticArray21<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
ConstructorsConstructorDescriptionStaticArray21(Class<T> type, List<T> values) StaticArray21(Class<T> type, T... values) StaticArray21(List<T> values) Deprecated.StaticArray21(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
-
StaticArray21
Deprecated. -
StaticArray21
Deprecated. -
StaticArray21
-
StaticArray21
-