mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-16 13:09:33 +00:00
This reverts commit 3fce53f663a3996938dddf77680854570063ca21, reversing changes made to e7b42a5177641455a8917bd2e29db20afd9690e5.
9 lines
180 B
Rust
9 lines
180 B
Rust
#![allow(clippy::undocumented_unsafe_blocks, reason = "It is an FFI")]
|
|
|
|
pub use errors::OperationStatus;
|
|
pub use indexer::IndexerServiceFFI;
|
|
|
|
pub mod api;
|
|
mod errors;
|
|
mod indexer;
|