Package org.web3j.abi.datatypes
Class Bool
java.lang.Object
org.web3j.abi.datatypes.Bool
Boolean type.
-
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 java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.web3j.abi.datatypes.Type
bytes32PaddedLength
-
Field Details
-
TYPE_NAME
- See Also:
-
DEFAULT
-
-
Constructor Details
-
Bool
public Bool(boolean value) -
Bool
-
-
Method Details