Package org.web3j.abi.datatypes
Class DynamicStruct
- All Implemented Interfaces:
StructType,Type<List<Type>>
- Direct Known Subclasses:
OffchainLookup
-
Field Summary
Fields inherited from interface org.web3j.abi.datatypes.Type
MAX_BIT_LENGTH, MAX_BYTE_LENGTH -
Constructor Summary
ConstructorsConstructorDescriptionDynamicStruct(Class<Type> type, Type... values) DynamicStruct(List<Type> values) DynamicStruct(Type... values) -
Method Summary
Methods inherited from class org.web3j.abi.datatypes.DynamicArray
emptyMethods inherited from class org.web3j.abi.datatypes.Array
equals, getComponentType, getNativeValueCopy, getValue, hashCode
-
Constructor Details
-
DynamicStruct
-
DynamicStruct
-
DynamicStruct
-
-
Method Details
-
bytes32PaddedLength
public int bytes32PaddedLength()- Specified by:
bytes32PaddedLengthin interfaceType<List<Type>>- Overrides:
bytes32PaddedLengthin classDynamicArray<Type>
-
getTypeAsString
- Specified by:
getTypeAsStringin interfaceType<List<Type>>- Overrides:
getTypeAsStringin classDynamicArray<Type>
-