# Packages
No description provided by the author
# Functions
Simple convenience method to add a contract call to a multicaller.
Adds a collection of IQueryable calls to a multicall.
Create a transaction submission directly from serialized info (and the error provided by the transaction info constructor), using the SafeGasLimit as the GasLimit for the submission automatically.
Convert a floating-point ETH amount to a floating-point gwei amount.
Convert a floating-point ETH amount to a wei amount (a native uint256 value on the execution layer).
Convert a floating-point gwei amount to a floating-point ETH amount.
Convert a floating-point gwei amount to a wei amount (a native uint256 value on the execution layer).
Creates a new query manager.
Creates a new transaction manager, which can simulate and execute transactions.
Adds all of the object's fields that implement IQueryable to the provided multicaller.
Convert a wei amount (a native uint256 value on the execution layer) to a floating-point ETH amount.
Convert a wei amount (a native uint256 value on the execution layer) to a floating-point gwei amount.
# Constants
Default value for the safe gas limit buffer, in gwei.
Default value for the safe gas limit multiplier.
The block gas limit (gwei).
Amount of gwei in 1 ETH.
Amount of wei in 1 ETH.
Amount of wei in 1 gwei.
# Variables
No description provided by the author
# Structs
Contract is a wrapper for go-ethereum bound contracts.
Manages multicall-capable queries to the Execution layer.
Information about a transaction's simulation.
Information of a candidate transaction.
A simple calculator to bolster gas estimates to safe values, checking against the Ethereum gas block limit.
Information for submitting a candidate transaction to the network.
# Interfaces
This is the common interface for execution clients that implement most of Geth's core functionality.
Represents structs that can have their values queried during a multicall.
# Type aliases
Quoted big ints.