feat(core): expose all genesis related structs (#1975)

This commit is contained in:
Dan Cline 2022-12-30 07:48:47 -05:00 committed by GitHub
parent d272318483
commit 228f9607fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ pub use geth::{Geth, GethInstance};
/// Utilities for working with a `genesis.json` and other chain config structs.
mod genesis;
pub use genesis::{ChainConfig, Genesis};
pub use genesis::{ChainConfig, CliqueConfig, EthashConfig, Genesis, GenesisAccount};
/// Utilities for launching an anvil instance
#[cfg(not(target_arch = "wasm32"))]