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