Registry / crypto / vapory-types

vapory-types

JSON →
library0.11.1rscratesunverified

Provides core types for the Vapory blockchain, including addresses, hashes, and other primitives.

# Cargo.toml [dependencies] vapory-types = "0.11.1"
INSTALL
IMPORT
SIG · VAPORY-TYPES
V
vapory-types
cryptorustv0.11.1
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.

H256
use vapory_types::H256;

Creates a zero-initialized 256-bit hash.

use vapory_types::H256; fn main() { let hash = H256::zero(); println!("Zero hash: {:?}", hash); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
24
Resources
vapory-types — cargo add vapory-types · libregistry