Indexer
Restrictions
How we processing mints
[Start] --> [Initialize uniqueTransactionsSet]
+--> [Extract transactionKey]
|
+--> [Is transactionKey in uniqueTransactionsSet?]
| |
| +-- No --[Is block in uniqueTransactionsSet?]
| |
| +-- No --[Process the transaction]
| | |
| | +-- [Add transactionKey to uniqueTransactionsSet]
| | +-- [Add block to uniqueTransactionsSet]
| |
| +-- Yes --[Ignore the transaction]
|
+-- Yes --[Ignore the transaction]
[End]Last updated