Registry / networking / miraland-ledger

miraland-ledger

JSON →
library1.19.2rscratesunverified

Implements the Miraland blockchain ledger data structures and operations.

# Cargo.toml [dependencies] miraland-ledger = "1.19.2"
INSTALL
IMPORT
SIG · MIRALAND-LEDGER
M
miraland-ledger
networkingrustv1.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.

Blockstore
✓ use miraland_ledger::blockstore::Blockstore;

Opens a Miraland ledger blockstore.

use miraland_ledger::blockstore::Blockstore; let ledger_path = "/path/to/ledger"; let blockstore = Blockstore::open(ledger_path).unwrap(); println!("Ledger opened successfully");
Debug
Known issues
gotchaRequires a running Miraland validator or ledger directory
fix
Ensure the ledger path points to a valid Miraland ledger directory
affects: >=0.0.0
Upgrade
Version history
1.19.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
miraland-ledger — cargo add miraland-ledger · libregistry