Docs.rs
blvm-primitives-0.1.4
blvm-primitives 0.1.4
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
secsovereign
Dependencies
bitcoin_hashes =0.11.0
normal
ripemd =0.1.3
normal
rustc-hash ^2.0
normal
optional
serde =1.0.228
normal
smallvec ^1.11
normal
optional
thiserror =1.0.69
normal
sha2 =0.10.9
normal
sha2 =0.10.9
normal
Versions
74.58%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Hash
blvm_
primitives
0.1.4
Hash
Trait Implementations
From<BlockHash>
In blvm_
primitives::
types
blvm_primitives
::
types
Type Alias
Hash
Copy item path
Source
pub type Hash = [
u8
;
32
];
Expand description
Hash type: 256-bit hash
Trait Implementations
§
Source
§
impl
From
<
BlockHash
> for
Hash
Source
§
fn
from
(hash:
BlockHash
) -> Self
Converts to this type from the input type.