Skip to content

Commit

Permalink
Remove duplicate OperationHandler (#504)
Browse files Browse the repository at this point in the history
Co-authored-by: shan <shan@57blocks.com>
  • Loading branch information
shan-57blocks and shan57blocks committed Apr 2, 2024
1 parent 13c25b6 commit 991aee0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/quickstart/snippets/stellar-handlers.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
- [TransactionHandlers](../../build/manifest/stellar.md#mapping-handlers-and-filters): On each and every Stellar/Soroban transaction that matches optional filter criteria, run a mapping function
- [OperationHandler](../../build/manifest/stellar.md#mapping-handlers-and-filters): On each and every Stellar operation action that matches optional filter criteria, run a mapping function
- [EffectHandler](../../build/manifest/stellar.md#mapping-handlers-and-filters): On each and every Stellar effect action that matches optional filter criteria, run a mapping function
- [OperationHandler](../../build/manifest/stellar.md#mapping-handlers-and-filters): On each and every Stellar operation action that matches optional filter criteria, run a mapping function
- [EventHandler](../../build/manifest/stellar.md#mapping-handlers-and-filters): On each and every Soroban event action that matches optional filter criteria, run a mapping function

0 comments on commit 991aee0

Please sign in to comment.