Package org.web3j.abi.datatypes
Class BytesType
java.lang.Object
org.web3j.abi.datatypes.BytesType
- All Implemented Interfaces:
Type<byte[]>
- Direct Known Subclasses:
Bytes,DynamicBytes
Binary sequence of bytes.
-
Field Summary
Fields inherited from interface org.web3j.abi.datatypes.Type
MAX_BIT_LENGTH, MAX_BYTE_LENGTH -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BytesType
-
-
Method Details
-
bytes32PaddedLength
public int bytes32PaddedLength()- Specified by:
bytes32PaddedLengthin interfaceType<byte[]>
-
getValue
public byte[] getValue() -
getTypeAsString
- Specified by:
getTypeAsStringin interfaceType<byte[]>
-
equals
-
hashCode
public int hashCode()
-