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
@@ -42,7 +58,7 @@ This repository contains the logic for decoding a `raw_log_event` of a transacti
42
58
43
59
3.`decode`: Thefunction that chooses which decoding function needs to be called for which log event. It collects all the decoded events for a transaction and returns them in an array of structured data. It is run when the API server receives a request.
1.`/api/v1`: Thedefaultendpointforthev1oftheserver. Aheaderofthekey`x-covalent-api-key`withthevalueasthe [CovalentAPIkey](https://www.covalenthq.com/platform/apikey/) is **mandatory** for the Decoder to work.
68
84
@@ -83,7 +99,7 @@ Follow the following steps to start the development server of the **GoldRush Dec
0 commit comments