Package org.web3j.protocol.eea
Interface Eea
- All Superinterfaces:
AutoCloseable,org.web3j.protocol.core.Batcher,org.web3j.protocol.core.BlobFee,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
-
Field Summary
Fields inherited from interface org.web3j.protocol.core.BlobFee
BLOB_BASE_FEE_UPDATE_FRACTION_CANCUN, BLOB_BASE_FEE_UPDATE_FRACTION_PRAGUE -
Method Summary
Modifier and TypeMethodDescriptionstatic Eeabuild(org.web3j.protocol.Web3jService web3jService) org.web3j.protocol.core.Request<?, org.web3j.protocol.core.methods.response.EthSendTransaction> eeaSendRawTransaction(String signedTransactionData) Methods inherited from interface java.lang.AutoCloseable
closeMethods inherited from interface org.web3j.protocol.core.Batcher
newBatchMethods inherited from interface org.web3j.protocol.core.BlobFee
ethGetBaseFeePerBlobGas, ethGetBaseFeePerBlobGasMethods inherited from interface org.web3j.protocol.core.Ethereum
adminAddPeer, adminDataDir, adminNodeInfo, adminPeers, adminRemovePeer, dbGetHex, dbGetString, dbPutHex, dbPutString, ethAccounts, ethBaseFee, ethBlobBaseFee, ethBlockNumber, ethCall, ethChainId, ethCoinbase, ethCompileLLL, ethCompileSerpent, ethCompileSolidity, ethEstimateGas, ethEstimateUserOperationGas, ethFeeHistory, ethGasPrice, ethGetBalance, ethGetBlockByHash, ethGetBlockByNumber, ethGetBlockReceipts, ethGetBlockTransactionCountByHash, ethGetBlockTransactionCountByNumber, ethGetCode, ethGetCompilers, ethGetFilterChanges, ethGetFilterLogs, ethGetLogs, ethGetProof, ethGetStorageAt, ethGetTransactionByBlockHashAndIndex, ethGetTransactionByBlockNumberAndIndex, ethGetTransactionByHash, ethGetTransactionCount, ethGetTransactionReceipt, ethGetUncleByBlockHashAndIndex, ethGetUncleByBlockNumberAndIndex, ethGetUncleCountByBlockHash, ethGetUncleCountByBlockNumber, ethGetUserOperationByHash, ethGetUserOperationReceipt, ethGetWork, ethHashrate, ethMaxPriorityFeePerGas, ethMining, ethNewBlockFilter, ethNewFilter, ethNewPendingTransactionFilter, ethProtocolVersion, ethSendRawTransaction, ethSendTransaction, ethSendUserOperation, ethSign, ethSubmitHashrate, ethSubmitWork, ethSupportedEntryPoints, ethSyncing, ethUninstallFilter, lineaEstimateGas, lineaGetProof, lineaGetTransactionExclusionStatusV1, netListening, netPeerCount, netVersion, shhAddToGroup, shhGetFilterChanges, shhGetMessages, shhHasIdentity, shhNewFilter, shhNewGroup, shhNewIdentity, shhPost, shhUninstallFilter, shhVersion, txPoolStatus, web3ClientVersion, web3Sha3Methods inherited from interface org.web3j.protocol.Web3j
shutdownMethods 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
-
eeaSendRawTransaction
org.web3j.protocol.core.Request<?,org.web3j.protocol.core.methods.response.EthSendTransaction> eeaSendRawTransaction(String signedTransactionData)
-