package
2.0.0+incompatible
Repository: https://github.com/morph-l2/go-ethereum.git
Documentation: pkg.go.dev
# Functions
AccessList creates an access list for the given transaction.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewPrivateAccountAPI create a new PrivateAccountAPI.
NewPrivateDebugAPI creates a new API definition for the private debug methods of the Ethereum service.
NewPublicAccountAPI creates a new PublicAccountAPI.
NewPublicBlockChainAPI creates a new Ethereum blockchain API.
NewPublicDebugAPI creates a new API definition for the public debug methods of the Ethereum service.
NewPublicEthereumAPI creates a new Ethereum protocol API.
NewPublicNetAPI creates a new net API instance.
NewPublicTransactionPoolAPI creates a new RPC service with methods specific for the transaction pool.
NewPublicTxPoolAPI creates a new tx pool service that gives information about the transaction pool.
NewRPCPendingTransaction returns a pending transaction that will serialize to the RPC representation.
NewRPCTransaction returns a transaction that will serialize to the RPC representation, with the given location metadata set (if available).
RPCMarshalBlock converts the given block to the RPC output which depends on fullTx.
RPCMarshalHeader converts the given header to the RPC output .
SubmitTransaction is a helper function that submits tx to txPool and logs a message.
# Structs
Result structs for GetProof.
No description provided by the author
OverrideAccount indicates the overriding fields of account during the execution of a message call.
PrivateAccountAPI provides an API to access accounts managed by this node.
PrivateDebugAPI is the collection of Ethereum APIs exposed over the private debugging endpoint.
PublicAccountAPI provides an API to access accounts managed by this node.
PublicBlockChainAPI provides an API to access the Ethereum blockchain.
PublicDebugAPI is the collection of Ethereum APIs exposed over the public debugging endpoint.
PublicEthereumAPI provides an API to access Ethereum related information.
PublicNetAPI offers network related RPC methods.
PublicTransactionPoolAPI exposes methods for the RPC interface.
PublicTxPoolAPI offers and API for the transaction pool.
RPCTransaction represents a transaction that will serialize to the RPC representation of a transaction.
SignTransactionResult represents a RLP encoded signed transaction.
No description provided by the author
TransactionArgs represents the arguments to construct a new transaction or a message call.
# Interfaces
Backend interface provides the common API services (that are provided by both full and light clients) with access to necessary functions.
# Type aliases
StateOverride is the collection of overridden accounts.