Skip to main content

HeaderResponse

Trait HeaderResponse 

Source
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§

Source

fn hash(&self) -> FixedBytes<32>

Block hash

Implementors§