You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lookup on Read:
Extract the token involved from the transaction and perform a database read to determine their token type. This allows us to classify the transaction as FT or RBT at query time.
Store Token Type on Write:
When writing the transaction record to the database, determine the token type at that point and store it in a dedicated token_type column. This simplifies filtering during retrieval, as no additional lookup is needed.