chore: export CallOpts type (#118)
This commit is contained in:
parent
21c73c1649
commit
4d721e86c3
|
@ -8,6 +8,7 @@ pub mod config {
|
||||||
|
|
||||||
pub mod types {
|
pub mod types {
|
||||||
pub use common::types::BlockTag;
|
pub use common::types::BlockTag;
|
||||||
|
pub use execution::types::CallOpts;
|
||||||
}
|
}
|
||||||
|
|
||||||
pub mod errors {
|
pub mod errors {
|
||||||
|
|
Loading…
Reference in New Issue