chore: export ExecutionBlock type (#146)
* export ExecutionBlock type * fix linting error * Format with cargo fmt
This commit is contained in:
parent
4707a0a9d4
commit
9f53fc9bfc
|
@ -60,7 +60,7 @@ pub mod config {
|
|||
|
||||
pub mod types {
|
||||
pub use common::types::BlockTag;
|
||||
pub use execution::types::CallOpts;
|
||||
pub use execution::types::{CallOpts, ExecutionBlock};
|
||||
}
|
||||
|
||||
pub mod errors {
|
||||
|
|
Loading…
Reference in New Issue