Registry / other / common-types

common-types

JSON →
library0.1.0rscratesunverified

Common types for the Tetsy Vapory blockchain client.

# Cargo.toml [dependencies] common-types = "0.1.0"
INSTALL
IMPORT
SIG · COMMON-TYPES
C
common-types
otherrustv0.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.

Block
use common_types::Block;

Creates a default block and prints its hash.

use common_types::Block; fn main() { let block = Block::default(); println!("Block hash: {:?}", block.hash()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Meta
1
Amazon
1
Resources
common-types — cargo add common-types · libregistry