Struct bitcoin::p2p::message_filter::CFCheckpt
source · pub struct CFCheckpt {
pub filter_type: u8,
pub stop_hash: BlockHash,
pub filter_headers: Vec<FilterHeader>,
}
Expand description
cfcheckpt 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
filter_headers: Vec<FilterHeader>
The filter headers at intervals of 1,000
Trait Implementations§
source§impl PartialEq<CFCheckpt> for CFCheckpt
impl PartialEq<CFCheckpt> for CFCheckpt
impl Eq for CFCheckpt
impl StructuralEq for CFCheckpt
impl StructuralPartialEq for CFCheckpt
Auto Trait Implementations§
impl RefUnwindSafe for CFCheckpt
impl Send for CFCheckpt
impl Sync for CFCheckpt
impl Unpin for CFCheckpt
impl UnwindSafe for CFCheckpt
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more