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