Registry / other / miraland-account-decoder

miraland-account-decoder

JSON →
library1.19.2rscratesunverified

Decodes Miraland blockchain account data.

# Cargo.toml [dependencies] miraland-account-decoder = "1.19.2"
INSTALL
IMPORT
SIG · MIRALAND-ACCOUNT-D
M
miraland-account-decoder
otherrustv1.19.2
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 miraland_account_decoder::parse::parse_account_data;

Parses raw account data from the Miraland blockchain.

use miraland_account_decoder::parse::parse_account_data; fn main() { let data = vec![0u8; 32]; let result = parse_account_data(&data, None); println!("{:?}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.19.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
miraland-account-decoder — cargo add miraland-account-decoder · libregistry