public interface Geth
extends org.web3j.protocol.admin.Admin
| Modifier and Type | Method and Description |
|---|---|
org.web3j.protocol.core.Request<?,PersonalEcRecover> |
personalEcRecover(java.lang.String message,
java.lang.String signiture) |
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) |
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, ethPendingTx, 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, pendingTransactionObservable, replayBlocksObservable, replayBlocksObservable, replayTransactionsObservable, transactionObservableorg.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)
org.web3j.protocol.core.Request<?,PersonalEcRecover> personalEcRecover(java.lang.String message, java.lang.String signiture)