ID, web3jService| Constructor and Description |
|---|
JsonRpc2_0Parity(Web3jService web3jService) |
blockObservable, 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, netListening, netPeerCount, netVersion, pendingTransactionObservable, shhAddToGroup, shhGetFilterChanges, shhGetMessages, shhHasIdentity, shhNewFilter, shhNewGroup, shhNewIdentity, shhPost, shhUninstallFilter, shhVersion, transactionObservable, web3ClientVersion, web3Sha3clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdbGetHex, 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, ethBlockHashObservable, ethLogObservable, ethPendingTransactionHashObservable, pendingTransactionObservable, transactionObservablepublic JsonRpc2_0Parity(Web3jService web3jService)
public Request<?,PersonalSignerEnabled> personalSignerEnabled()
personalSignerEnabled in interface Paritypublic Request<?,PersonalListAccounts> personalListAccounts()
personalListAccounts in interface Paritypublic Request<?,NewAccountIdentifier> personalNewAccount(java.lang.String password)
personalNewAccount in interface Paritypublic Request<?,NewAccountIdentifier> personalNewAccountFromPhrase(java.lang.String phrase, java.lang.String password)
personalNewAccountFromPhrase in interface Paritypublic Request<?,NewAccountIdentifier> personalNewAccountFromWallet(WalletFile walletFile, java.lang.String password)
personalNewAccountFromWallet in interface Paritypublic Request<?,PersonalUnlockAccount> personalUnlockAccount(java.lang.String accountId, java.lang.String password, java.math.BigInteger duration)
personalUnlockAccount in interface Paritypublic Request<?,PersonalUnlockAccount> personalUnlockAccount(java.lang.String accountId, java.lang.String password)
personalUnlockAccount in interface Paritypublic Request<?,EthSendTransaction> personalSignAndSendTransaction(Transaction transaction, java.lang.String password)
personalSignAndSendTransaction in interface Paritypublic Request<?,VoidResponse> personalSetAccountName(java.lang.String accountId, java.lang.String newAccountName)
personalSetAccountName in interface Paritypublic Request<?,VoidResponse> personalSetAccountMeta(java.lang.String accountId, java.util.Map<java.lang.String,java.lang.Object> metadata)
personalSetAccountMeta in interface Paritypublic Request<?,PersonalAccountsInfo> personalAccountsInfo()
personalAccountsInfo in interface Paritypublic Request<?,PersonalRequestsToConfirm> personalRequestsToConfirm()
personalRequestsToConfirm in interface Paritypublic Request<?,EthSendTransaction> personalConfirmRequest(java.lang.String requestId, Transaction transaction, java.lang.String password)
personalConfirmRequest in interface Paritypublic Request<?,PersonalRejectRequest> personalRejectRequest(java.lang.String requestId)
personalRejectRequest in interface Parity