chore: export src/execution types (#148)
This commit is contained in:
parent
9f53fc9bfc
commit
af2a12dd57
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue