chore: export src/execution types (#148)

This commit is contained in:
Mathieu 2022-12-14 20:37:15 +01:00 committed by GitHub
parent 9f53fc9bfc
commit af2a12dd57
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, ExecutionBlock};
pub use execution::types::{Account, CallOpts, ExecutionBlock, Transactions};
}
pub mod errors {