public interface Admin extends Web3j
Modifier and Type | Method and Description |
---|---|
static Admin |
build(Web3jService web3jService)
Construct a new Web3j instance.
|
static Admin |
build(Web3jService web3jService,
long pollingInterval,
java.util.concurrent.ScheduledExecutorService scheduledExecutorService)
Construct a new Web3j instance.
|
Request<?,PersonalListAccounts> |
personalListAccounts() |
Request<?,NewAccountIdentifier> |
personalNewAccount(java.lang.String password) |
Request<?,EthSendTransaction> |
personalSendTransaction(Transaction transaction,
java.lang.String password) |
Request<?,PersonalUnlockAccount> |
personalUnlockAccount(java.lang.String address,
java.lang.String passphrase) |
Request<?,PersonalUnlockAccount> |
personalUnlockAccount(java.lang.String address,
java.lang.String passphrase,
java.math.BigInteger duration) |
dbGetHex, 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, web3Sha3
blockObservable, catchUpToLatestAndSubscribeToNewBlocksObservable, catchUpToLatestAndSubscribeToNewTransactionsObservable, catchUpToLatestBlockObservable, catchUpToLatestBlockObservable, catchUpToLatestTransactionObservable, ethBlockHashObservable, ethLogObservable, ethPendingTransactionHashObservable, logsNotifications, newHeadsNotifications, pendingTransactionObservable, replayBlocksObservable, replayBlocksObservable, replayTransactionsObservable, transactionObservable
static Admin build(Web3jService web3jService)
Web3j
static Admin build(Web3jService web3jService, long pollingInterval, java.util.concurrent.ScheduledExecutorService scheduledExecutorService)
Web3j
build
in interface Web3j
web3jService
- web3j service instance - i.e. HTTP or IPCpollingInterval
- polling interval for responses from network nodesscheduledExecutorService
- executor service to use for scheduled tasks.
You are responsible for terminating this thread
poolRequest<?,PersonalListAccounts> personalListAccounts()
Request<?,NewAccountIdentifier> personalNewAccount(java.lang.String password)
Request<?,PersonalUnlockAccount> personalUnlockAccount(java.lang.String address, java.lang.String passphrase, java.math.BigInteger duration)
Request<?,PersonalUnlockAccount> personalUnlockAccount(java.lang.String address, java.lang.String passphrase)
Request<?,EthSendTransaction> personalSendTransaction(Transaction transaction, java.lang.String password)