Versions in this module Expand all Collapse all v0 v0.1.0 Feb 9, 2026 Changes in this version + type AddrLocker = ethapi.AddrLocker + type Backend = ethapi.Backend + type BlockChainAPI = ethapi.BlockChainAPI + func NewBlockChainAPI(b Backend) *BlockChainAPI + type DebugAPI = ethapi.DebugAPI + func NewDebugAPI(b Backend) *DebugAPI + type EthereumAPI = ethapi.EthereumAPI + func NewEthereumAPI(b Backend) *EthereumAPI + type RPCTransaction = ethapi.RPCTransaction + func NewRPCPendingTransaction(tx *types.Transaction, current *types.Header, config *params.ChainConfig) *RPCTransaction + func NewRPCTransaction(tx *types.Transaction, blockHash common.Hash, blockNumber uint64, ...) *RPCTransaction + type TransactionAPI = ethapi.TransactionAPI + func NewTransactionAPI(b Backend, nonceLock *AddrLocker) *TransactionAPI + type TxPoolAPI = ethapi.TxPoolAPI + func NewTxPoolAPI(b Backend) *TxPoolAPI