Package org.web3j.abi.datatypes
Class DynamicBytes
java.lang.Object
org.web3j.abi.datatypes.BytesType
org.web3j.abi.datatypes.DynamicBytes
- All Implemented Interfaces:
Type<byte[]>
Dynamically allocated sequence of bytes.
-
Field Summary
FieldsFields inherited from interface org.web3j.abi.datatypes.Type
MAX_BIT_LENGTH, MAX_BYTE_LENGTH -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.web3j.abi.datatypes.BytesType
bytes32PaddedLength, equals, getTypeAsString, getValue, hashCode
-
Field Details
-
TYPE_NAME
- See Also:
-
DEFAULT
-
-
Constructor Details
-
DynamicBytes
public DynamicBytes(byte[] value)
-