Registry / crypto / cita-types

cita-types

JSON →
library0.2.0rscratesunverified

A library wrapping CITA blockchain types.

# Cargo.toml [dependencies] cita-types = "0.2.0"
INSTALL
IMPORT
SIG · CITA-TYPES
C
cita-types
cryptorustv0.2.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.

H256
✓ use cita_types::H256;

Creating a 256-bit hash type.

use cita_types::H256; fn main() { let hash = H256::from([0u8; 32]); println!("{:?}", hash); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Amazon
1
Resources
cita-types — cargo add cita-types · libregistry