chore: export StackSnapshotType (#5566)

This commit is contained in:
Bjerg
2023-11-25 10:21:01 +01:00
committed by GitHub
parent 973ca00820
commit 7de2582000

View File

@ -32,7 +32,7 @@ pub use builder::{
geth::{self, GethTraceBuilder},
parity::{self, ParityTraceBuilder},
};
pub use config::TracingInspectorConfig;
pub use config::{StackSnapshotType, TracingInspectorConfig};
pub use fourbyte::FourByteInspector;
pub use opcount::OpcodeCountInspector;