diff --git a/src/main.rs b/src/main.rs index 71d02e3..4392227 100644 --- a/src/main.rs +++ b/src/main.rs @@ -11,7 +11,7 @@ use inindexer::near_indexer_primitives::types::AccountId; use inindexer::near_indexer_primitives::CryptoHash; use inindexer::near_indexer_primitives::StreamerMessage; use inindexer::{ - run_indexer, AutoContinue, BlockIterator, CompletedTransaction, Indexer, IndexerOptions, + run_indexer, AutoContinue, BlockIterator, CompleteTransaction, Indexer, IndexerOptions, PreprocessTransactionsSettings, }; use redis::aio::MultiplexedConnection; @@ -35,7 +35,7 @@ impl Indexer for NftIndexer { async fn on_transaction( &mut self, - transaction: &CompletedTransaction, + transaction: &CompleteTransaction, _block: &StreamerMessage, ) -> Result<(), Self::Error> { for receipt in transaction.receipts.iter() {