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