solana-models/models/descriptions/idl.md
tarikceric 5399165667
An 6390/llm context descriptions (#855)
* 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
2025-07-16 12:26:39 -07:00

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 %}