subcoin_indexer/
lib.rs

1mod transaction_indexer;
2
3pub use transaction_indexer::{TransactionIndexProvider, TransactionIndexer};