Registry / other / soroban-ledger-snapshot

soroban-ledger-snapshot

JSON →
library26.1.0rscratesunverified

Provides types and functionality for Soroban ledger.json snapshot files.

# Cargo.toml [dependencies] soroban-ledger-snapshot = "26.1.0"
INSTALL
IMPORT
SIG · SOROBAN-LEDGER-SNA
S
soroban-ledger-snapshot
otherrustv26.1.0
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.

LedgerSnapshot
use soroban_ledger_snapshot::LedgerSnapshot;

Create a new empty ledger snapshot.

use soroban_ledger_snapshot::LedgerSnapshot; fn main() { let snapshot = LedgerSnapshot::new(); println!("Snapshot created: {:?}", snapshot); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
26.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
soroban-ledger-snapshot — cargo add soroban-ledger-snapshot · libregistry