Package org.web3j.abi.datatypes
Class Bytes
java.lang.Object
org.web3j.abi.datatypes.BytesType
org.web3j.abi.datatypes.Bytes
- All Implemented Interfaces:
Type<byte[]>
- Direct Known Subclasses:
Bytes1,Bytes10,Bytes11,Bytes12,Bytes13,Bytes14,Bytes15,Bytes16,Bytes17,Bytes18,Bytes19,Bytes2,Bytes20,Bytes21,Bytes22,Bytes23,Bytes24,Bytes25,Bytes26,Bytes27,Bytes28,Bytes29,Bytes3,Bytes30,Bytes31,Bytes32,Bytes4,Bytes5,Bytes6,Bytes7,Bytes8,Bytes9
Statically 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:
-
-
Constructor Details
-
Bytes
protected Bytes(int byteSize, byte[] value)
-