Expand description
§alloy-node-bindings
Ethereum execution-layer client bindings.
Re-exports§
pub use nodes::anvil;
pub use nodes::anvil::Anvil;
pub use nodes::anvil::AnvilInstance;
pub use nodes::geth;
pub use nodes::geth::Geth;
pub use nodes::geth::GethInstance;
pub use nodes::reth;
pub use nodes::reth::Reth;
pub use nodes::reth::RethInstance;
Modules§
- Bindings for various nodes.
- Utility functions for the node bindings.
Enums§
- Errors that can occur when working with the node instance.
Constants§
- The default max priority fee per gas, used in case the base fee is within a threshold.
- The number of blocks from the past for which the fee rewards are fetched for fee estimation.
- The threshold for base fee below which we use the default priority fee, and beyond which we estimate an appropriate value for priority fee.
- The default percentile of gas premiums that are fetched for fee estimation.
- The threshold max change/difference (in %) at which we will ignore the fee history values under it.
- Timeout for waiting for the node to add a peer.
- How long we will wait for the node to indicate that it is ready.
- 1 Ether = 1e18 Wei == 0x0de0b6b3a7640000 Wei