mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 11:47:08 +00:00
* description rules and fact_txs update * blocks update * idls and labels * wip * wip * update desc * update * update doc rules * update table desc per new rules * updates
348 B
348 B
{% docs idl %} The Interface Definition Language (IDL) document for the Solana program, typically in JSON format. Defines the program's instructions, accounts, and types, enabling clients and analytics tools to interact with the program in a standardized way.
Example:
- JSON object describing program instructions and accounts
{% enddocs %}