Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

feat(core): export geth trace pre state types #2393

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ethers-core/src/types/trace/geth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pub use self::{
call::{CallConfig, CallFrame, CallLogFrame},
four_byte::FourByteFrame,
noop::NoopFrame,
pre_state::{PreStateConfig, PreStateFrame},
pre_state::{AccountState, DiffMode, PreStateConfig, PreStateFrame, PreStateMode},
};
use crate::types::{serde_helpers::deserialize_stringified_numeric, Bytes, H256, U256};
use serde::{Deserialize, Serialize};
Expand Down