chaindexer 0.1.1

Blockchain indexer and query engine
Documentation
1
2
3
4
5
6
7
//! DataFusion query engine related code in ths mod.

pub mod ctx;
pub mod provider;
pub mod schema;
#[cfg(test)]
pub(self) mod test;