solana-models/models/descriptions/network.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

453 B

{% docs network %} The name of the Solana network from which this block was sourced. Common values include 'mainnet-beta', 'testnet', or 'devnet'. Used to distinguish between different Solana environments and support multi-network analytics.

Example:

  • "mainnet-beta"
  • "testnet"

Business Context:

  • Enables filtering and analysis by network environment.
  • Important for cross-network comparisons and testnet/mainnet separation. {% enddocs %}