Type Alias Hash

Source
pub type Hash = GetBlockHashResponse;
Expand description

A block hash used by this crate that encodes as hex by default.

Aliased Typeยง

pub struct Hash(/* private fields */);