Registry / crypto / snarkvm-ledger-committee

snarkvm-ledger-committee

JSON →
library4.7.3rscratesunverified

Implements committee management for the SnarkVM decentralized virtual machine ledger.

# Cargo.toml [dependencies] snarkvm-ledger-committee = "4.7.3"
INSTALL
IMPORT
SIG · SNARKVM-LEDGER-COM
S
snarkvm-ledger-committee
cryptorustv4.7.3
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.

Committee
use snarkvm_ledger_committee::Committee;

Creates a new committee instance.

use snarkvm_ledger_committee::Committee; fn main() { let committee = Committee::new(); println!("Committee size: {}", committee.size()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.7.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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