| 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) |
Request<?,TxPoolContent> |
txPoolContent() |
adminNodeInfo, adminPeers, dbGetHex, dbGetString, dbPutHex, dbPutString, ethAccounts, ethBlockNumber, ethCall, ethChainId, 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, web3Sha3blockFlowable, ethBlockHashFlowable, ethLogFlowable, ethPendingTransactionHashFlowable, logsNotifications, newHeadsNotifications, pendingTransactionFlowable, replayPastAndFutureBlocksFlowable, replayPastAndFutureTransactionsFlowable, replayPastBlocksFlowable, replayPastBlocksFlowable, replayPastBlocksFlowable, replayPastBlocksFlowable, replayPastTransactionsFlowable, replayPastTransactionsFlowable, transactionFlowablestatic Admin build(Web3jService web3jService)
Web3jstatic Admin build(Web3jService web3jService, long pollingInterval, java.util.concurrent.ScheduledExecutorService scheduledExecutorService)
Web3jbuild in interface Web3jweb3jService - 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)
Request<?,TxPoolContent> txPoolContent()