Skip to content

Commit 3413046

Browse files
committed
feat: import utility module for UTXO indexer
1 parent 90f53ce commit 3413046

File tree

1 file changed

+2
-0
lines changed
  • utxo_indexer/indexer/src

1 file changed

+2
-0
lines changed

utxo_indexer/indexer/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
mod utils;
12

3+
pub use crate::utils::*;

0 commit comments

Comments
 (0)