Class BooleanResponse
- java.lang.Object
-
- org.web3j.protocol.core.Response<java.lang.Boolean>
-
- org.web3j.protocol.core.methods.response.BooleanResponse
-
public class BooleanResponse extends Response<java.lang.Boolean>
Boolean response type.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.web3j.protocol.core.Response
Response.Error
-
-
Constructor Summary
Constructors Constructor Description BooleanResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
success()
-
Methods inherited from class org.web3j.protocol.core.Response
getError, getId, getJsonrpc, getRawResponse, getResult, hasError, setError, setId, setJsonrpc, setRawResponse, setResult
-
-