Struct bitcoin::network::message_filter::GetCFCheckpt [−][src]
getcfcheckpt message
Fields
filter_type: u8
Filter type for which headers are requested
stop_hash: BlockHash
The hash of the last block in the requested range
Trait Implementations
impl Clone for GetCFCheckpt
[src]
impl Clone for GetCFCheckpt
[src]fn clone(&self) -> GetCFCheckpt
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Decodable for GetCFCheckpt
[src]
impl Decodable for GetCFCheckpt
[src]fn consensus_decode<D: Read>(d: D) -> Result<GetCFCheckpt, Error>
[src]
impl Encodable for GetCFCheckpt
[src]
impl Encodable for GetCFCheckpt
[src]impl PartialEq<GetCFCheckpt> for GetCFCheckpt
[src]
impl PartialEq<GetCFCheckpt> for GetCFCheckpt
[src]