Registry / crypto / solana-account-decoder

solana-account-decoder

JSON →
library3.1.14rscratesunverified

Decodes Solana blockchain account data into structured formats for analysis and application use.

# Cargo.toml [dependencies] solana-account-decoder = "3.1.14"
INSTALL
IMPORT
SIG · SOLANA-ACCOUNT-DEC
S
solana-account-decoder
cryptorustv3.1.14
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.

parse_account_data
use solana_account_decoder::parse_account_data;

Parses raw account data from the Solana blockchain.

use solana_account_decoder::parse_account_data; let data = vec![0u8; 32]; let parsed = parse_account_data(&data, None).unwrap();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.14latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
Amazon
1
Resources
solana-account-decoder — cargo add solana-account-decoder · libregistry