| Constructor and Description |
|---|
JsonRpc2_0Geth(org.web3j.protocol.Web3jService web3jService) |
| Modifier and Type | Method and Description |
|---|---|
org.web3j.protocol.core.Request<?,org.web3j.protocol.core.methods.response.MinerStartResponse> |
minerStart(int threadCount) |
org.web3j.protocol.core.Request<?,org.web3j.protocol.admin.methods.response.BooleanResponse> |
minerStop() |
rx.Observable<org.web3j.protocol.websocket.events.PendingTransactionNotification> |
newPendingTransactionsNotifications()
Creates an observable that emits a notification when a new transaction is added
to the pending state and is signed with a key that is available in the node.
|
org.web3j.protocol.core.Request<?,PersonalEcRecover> |
personalEcRecover(java.lang.String hexMessage,
java.lang.String signedMessage) |
org.web3j.protocol.core.Request<?,PersonalImportRawKey> |
personalImportRawKey(java.lang.String keydata,
java.lang.String password) |
org.web3j.protocol.core.Request<?,org.web3j.protocol.admin.methods.response.BooleanResponse> |
personalLockAccount(java.lang.String accountId) |
org.web3j.protocol.core.Request<?,org.web3j.protocol.admin.methods.response.PersonalSign> |
personalSign(java.lang.String message,
java.lang.String accountId,
java.lang.String password) |
rx.Observable<org.web3j.protocol.websocket.events.SyncingNotfication> |
syncingStatusNotifications()
Creates an observable that emits a notification when a node starts or stops syncing.
|
personalListAccounts, personalNewAccount, personalSendTransaction, personalUnlockAccount, personalUnlockAccountblockObservable, catchUpToLatestAndSubscribeToNewBlocksObservable, catchUpToLatestAndSubscribeToNewTransactionsObservable, catchUpToLatestBlockObservable, catchUpToLatestBlockObservable, catchUpToLatestTransactionObservable, dbGetHex, dbGetString, dbPutHex, dbPutString, ethAccounts, ethBlockHashObservable, ethBlockNumber, ethCall, ethCoinbase, ethCompileLLL, ethCompileSerpent, ethCompileSolidity, ethEstimateGas, ethGasPrice, ethGetBalance, ethGetBlockByHash, ethGetBlockByNumber, ethGetBlockTransactionCountByHash, ethGetBlockTransactionCountByNumber, ethGetCode, ethGetCompilers, ethGetFilterChanges, ethGetFilterLogs, ethGetLogs, ethGetStorageAt, ethGetTransactionByBlockHashAndIndex, ethGetTransactionByBlockNumberAndIndex, ethGetTransactionByHash, ethGetTransactionCount, ethGetTransactionReceipt, ethGetUncleByBlockHashAndIndex, ethGetUncleByBlockNumberAndIndex, ethGetUncleCountByBlockHash, ethGetUncleCountByBlockNumber, ethGetWork, ethHashrate, ethLogObservable, ethMining, ethNewBlockFilter, ethNewFilter, ethNewPendingTransactionFilter, ethPendingTransactionHashObservable, ethProtocolVersion, ethSendRawTransaction, ethSendTransaction, ethSign, ethSubmitHashrate, ethSubmitWork, ethSyncing, ethUninstallFilter, logsNotifications, netListening, netPeerCount, netVersion, newHeadsNotifications, pendingTransactionObservable, replayBlocksObservable, replayBlocksObservable, replayTransactionsObservable, shhAddToGroup, shhGetFilterChanges, shhGetMessages, shhHasIdentity, shhNewFilter, shhNewGroup, shhNewIdentity, shhPost, shhUninstallFilter, shhVersion, shutdown, transactionObservable, web3ClientVersion, web3Sha3clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuild, personalListAccounts, personalNewAccount, personalSendTransaction, personalUnlockAccount, personalUnlockAccountdbGetHex, dbGetString, dbPutHex, dbPutString, ethAccounts, ethBlockNumber, ethCall, ethCoinbase, ethCompileLLL, ethCompileSerpent, ethCompileSolidity, ethEstimateGas, ethGasPrice, ethGetBalance, ethGetBlockByHash, ethGetBlockByNumber, ethGetBlockTransactionCountByHash, ethGetBlockTransactionCountByNumber, ethGetCode, ethGetCompilers, ethGetFilterChanges, ethGetFilterLogs, ethGetLogs, ethGetStorageAt, ethGetTransactionByBlockHashAndIndex, ethGetTransactionByBlockNumberAndIndex, ethGetTransactionByHash, ethGetTransactionCount, ethGetTransactionReceipt, ethGetUncleByBlockHashAndIndex, ethGetUncleByBlockNumberAndIndex, ethGetUncleCountByBlockHash, ethGetUncleCountByBlockNumber, ethGetWork, ethHashrate, ethMining, ethNewBlockFilter, ethNewFilter, ethNewPendingTransactionFilter, ethProtocolVersion, ethSendRawTransaction, ethSendTransaction, ethSign, ethSubmitHashrate, ethSubmitWork, ethSyncing, ethUninstallFilter, netListening, netPeerCount, netVersion, shhAddToGroup, shhGetFilterChanges, shhGetMessages, shhHasIdentity, shhNewFilter, shhNewGroup, shhNewIdentity, shhPost, shhUninstallFilter, shhVersion, web3ClientVersion, web3Sha3blockObservable, catchUpToLatestAndSubscribeToNewBlocksObservable, catchUpToLatestAndSubscribeToNewTransactionsObservable, catchUpToLatestBlockObservable, catchUpToLatestBlockObservable, catchUpToLatestTransactionObservable, ethBlockHashObservable, ethLogObservable, ethPendingTransactionHashObservable, logsNotifications, newHeadsNotifications, pendingTransactionObservable, replayBlocksObservable, replayBlocksObservable, replayTransactionsObservable, transactionObservablepublic JsonRpc2_0Geth(org.web3j.protocol.Web3jService web3jService)
public org.web3j.protocol.core.Request<?,PersonalImportRawKey> personalImportRawKey(java.lang.String keydata, java.lang.String password)
personalImportRawKey in interface Gethpublic org.web3j.protocol.core.Request<?,org.web3j.protocol.admin.methods.response.BooleanResponse> personalLockAccount(java.lang.String accountId)
personalLockAccount in interface Gethpublic org.web3j.protocol.core.Request<?,org.web3j.protocol.admin.methods.response.PersonalSign> personalSign(java.lang.String message,
java.lang.String accountId,
java.lang.String password)
personalSign in interface Gethpublic org.web3j.protocol.core.Request<?,PersonalEcRecover> personalEcRecover(java.lang.String hexMessage, java.lang.String signedMessage)
personalEcRecover in interface Gethpublic org.web3j.protocol.core.Request<?,org.web3j.protocol.core.methods.response.MinerStartResponse> minerStart(int threadCount)
minerStart in interface Gethpublic org.web3j.protocol.core.Request<?,org.web3j.protocol.admin.methods.response.BooleanResponse> minerStop()
public rx.Observable<org.web3j.protocol.websocket.events.PendingTransactionNotification> newPendingTransactionsNotifications()
GethnewPendingTransactionsNotifications in interface Gethpublic rx.Observable<org.web3j.protocol.websocket.events.SyncingNotfication> syncingStatusNotifications()
GethsyncingStatusNotifications in interface Geth