We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00934bc commit f296faaCopy full SHA for f296faa
README.md
@@ -8,7 +8,7 @@ The Solana Program IDL pipeline is extremely convoluted. One might even argue th
8
```mermaid
9
flowchart TD
10
A[SVM Program] -->|*Generates via* IDL Parser| B[IDL JSON File]
11
- B --> |*Feeds into*| C[Revese IDL Parser]
+ B --> |*Feeds into*| C[Reverse IDL Parser]
12
E[Account Data] -.-> |*Queries with* Raw Account Data| D
13
G[Instruction Data] -.-> |*Queries with* Raw Instruction Data| D
14
C -->|*Generates via* Schema Parser| D[Schema Nodes] -.-> |*Generates via* Value Parser| F[Value Nodes] -.-> |*Derives*| H[Formatted JSON Data]
0 commit comments