pub trait HeaderResponse: BlockHeader {
// Required method
fn hash(&self) -> FixedBytes<32>;
}
Available on crate feature
network
only.Expand description
Header JSON-RPC response.
Required Methods§
Sourcefn hash(&self) -> FixedBytes<32>
fn hash(&self) -> FixedBytes<32>
Block hash