Interface Eea

All Superinterfaces:
org.web3j.protocol.core.Batcher, org.web3j.protocol.core.Ethereum, org.web3j.protocol.Web3j, org.web3j.protocol.rx.Web3jRx
All Known Implementing Classes:
JsonRpc2_0Eea

public interface Eea extends org.web3j.protocol.Web3j
  • Method Summary

    Modifier and Type
    Method
    Description
    static Eea
    build(org.web3j.protocol.Web3jService web3jService)
     
    org.web3j.protocol.core.Request<?,org.web3j.protocol.core.methods.response.EthSendTransaction>
    eeaSendRawTransaction(String signedTransactionData)
     

    Methods inherited from interface org.web3j.protocol.core.Batcher

    newBatch

    Methods inherited from interface org.web3j.protocol.core.Ethereum

    adminAddPeer, adminDataDir, adminNodeInfo, adminPeers, adminRemovePeer, dbGetHex, dbGetString, dbPutHex, dbPutString, ethAccounts, ethBaseFee, ethBlockNumber, ethCall, ethChainId, ethCoinbase, ethCompileLLL, ethCompileSerpent, ethCompileSolidity, ethEstimateGas, ethFeeHistory, ethGasPrice, ethGetBalance, ethGetBlockByHash, ethGetBlockByNumber, ethGetBlockReceipts, ethGetBlockTransactionCountByHash, ethGetBlockTransactionCountByNumber, ethGetCode, ethGetCompilers, ethGetFilterChanges, ethGetFilterLogs, ethGetLogs, ethGetProof, ethGetStorageAt, ethGetTransactionByBlockHashAndIndex, ethGetTransactionByBlockNumberAndIndex, ethGetTransactionByHash, ethGetTransactionCount, ethGetTransactionReceipt, ethGetUncleByBlockHashAndIndex, ethGetUncleByBlockNumberAndIndex, ethGetUncleCountByBlockHash, ethGetUncleCountByBlockNumber, ethGetWork, ethHashrate, ethMaxPriorityFeePerGas, 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, txPoolStatus, web3ClientVersion, web3Sha3

    Methods inherited from interface org.web3j.protocol.Web3j

    shutdown

    Methods inherited from interface org.web3j.protocol.rx.Web3jRx

    blockFlowable, ethBlockHashFlowable, ethLogFlowable, ethPendingTransactionHashFlowable, logsNotifications, newHeadsNotifications, pendingTransactionFlowable, replayPastAndFutureBlocksFlowable, replayPastAndFutureTransactionsFlowable, replayPastBlocksFlowable, replayPastBlocksFlowable, replayPastBlocksFlowable, replayPastBlocksFlowable, replayPastTransactionsFlowable, replayPastTransactionsFlowable, transactionFlowable
  • Method Details

    • build

      static Eea build(org.web3j.protocol.Web3jService web3jService)
    • eeaSendRawTransaction

      org.web3j.protocol.core.Request<?,org.web3j.protocol.core.methods.response.EthSendTransaction> eeaSendRawTransaction(String signedTransactionData)