Class TxPoolStatus
- java.lang.Object
-
- org.web3j.protocol.core.Response<java.util.Map<java.lang.String,java.lang.String>>
-
- org.web3j.protocol.core.methods.response.TxPoolStatus
-
public class TxPoolStatus extends Response<java.util.Map<java.lang.String,java.lang.String>>
txpool_status.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.web3j.protocol.core.Response
Response.Error
-
-
Constructor Summary
Constructors Constructor Description TxPoolStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getPending()
java.lang.Integer
getQueued()
-
Methods inherited from class org.web3j.protocol.core.Response
getError, getId, getJsonrpc, getRawResponse, getResult, hasError, setError, setId, setJsonrpc, setRawResponse, setResult
-
-