public class JsonRpc2_0Rx
extends java.lang.Object
| Constructor and Description |
|---|
JsonRpc2_0Rx(Web3j web3j,
java.util.concurrent.ExecutorService executorService) |
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<EthBlock> |
blockObservable(boolean fullTransactionObjects,
long pollingInterval) |
rx.Observable<java.lang.String> |
ethBlockHashObservable(long pollingInterval) |
rx.Observable<Log> |
ethLogObservable(EthFilter ethFilter,
long pollingInterval) |
rx.Observable<java.lang.String> |
ethPendingTransactionHashObservable(long pollingInterval) |
rx.Observable<Transaction> |
pendingTransactionObservable(long pollingInterval) |
rx.Observable<Transaction> |
transactionObservable(long pollingInterval) |
public JsonRpc2_0Rx(Web3j web3j, java.util.concurrent.ExecutorService executorService)
public rx.Observable<java.lang.String> ethBlockHashObservable(long pollingInterval)
public rx.Observable<java.lang.String> ethPendingTransactionHashObservable(long pollingInterval)
public rx.Observable<Log> ethLogObservable(EthFilter ethFilter, long pollingInterval)
public rx.Observable<Transaction> transactionObservable(long pollingInterval)
public rx.Observable<Transaction> pendingTransactionObservable(long pollingInterval)
public rx.Observable<EthBlock> blockObservable(boolean fullTransactionObjects, long pollingInterval)