chore: export ExecutionBlock type (#146)

* export ExecutionBlock type

* fix linting error

* Format with cargo fmt
This commit is contained in:
Mathieu 2022-12-14 17:43:43 +01:00 committed by GitHub
parent 4707a0a9d4
commit 9f53fc9bfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {