chore: export CallOpts type (#118)

This commit is contained in:
Abdel @ StarkWare 2022-11-30 17:48:12 +01:00 committed by GitHub
parent 21c73c1649
commit 4d721e86c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ pub mod config {
pub mod types {
pub use common::types::BlockTag;
pub use execution::types::CallOpts;
}
pub mod errors {