Registry / crypto / solana-config-api

solana-config-api

JSON →
library0.20.5rscratesunverified

Config program API for Solana blockchain.

# Cargo.toml [dependencies] solana-config-api = "0.20.5"
INSTALL
IMPORT
SIG · SOLANA-CONFIG-API
S
solana-config-api
cryptorustv0.20.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Config
use solana_config_api::Config;

Initializes the Solana config API.

use solana_config_api::Config; fn main() { let config = Config::new(); println!("Config API initialized"); }
Debug
Known issues
gotchaRequires Solana SDK and runtime environment
fix
Ensure you have the Solana SDK and are running within a Solana program context.
affects: >=0.20.5
Upgrade
Version history
0.20.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
Resources
solana-config-api — cargo add solana-config-api · libregistry