Docs.rs
arknet-common-1.1.3
arknet-common 1.1.3
Docs.rs crate page
Apache-2.0
11 August 2026
Links
Repository
crates.io
Source
Owners
st-hannibal
Dependencies
borsh ^1.5
normal
figment ^0.10
normal
hex ^0.4
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
toml ^0.8
normal
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Hash256
arknet_
common
1.1.3
In arknet_
common::
types
arknet_common
::
types
Type Alias
Hash256
Copy item path
Source
pub type Hash256 = [
u8
;
32
];
Expand description
256-bit digest. SHA-256 on-chain, BLAKE3 for fast local hashing.