Registry / crypto / snarkvm-ledger-narwhal-transmission-id

snarkvm-ledger-narwhal-transmission-id

JSON →
library4.7.3rscratesunverified

A transmission ID for a Narwhal-style memory pool in a decentralized virtual machine.

# Cargo.toml [dependencies] snarkvm-ledger-narwhal-transmission-id = "4.7.3"
INSTALL
IMPORT
SIG · SNARKVM-LEDGER-NAR
S
snarkvm-ledger-narwhal-transmission-id
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.

TransmissionID
use snarkvm_ledger_narwhal_transmission_id::TransmissionID;

Creates a new TransmissionID from bytes.

use snarkvm_ledger_narwhal_transmission_id::TransmissionID; fn main() { let id = TransmissionID::from([0u8; 32]); println!("{:?}", id); }
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-narwhal-transmission-id — cargo add snarkvm-ledger-narwhal-transmission-id · libregistry