pub struct BitcoinChainUpdatedWithReorgData {
pub blocks_to_rollback: Vec<BitcoinBlockData>,
pub blocks_to_apply: Vec<BitcoinBlockData>,
pub confirmed_blocks: Vec<BitcoinBlockData>,
}Fields§
§blocks_to_rollback: Vec<BitcoinBlockData>§blocks_to_apply: Vec<BitcoinBlockData>§confirmed_blocks: Vec<BitcoinBlockData>Trait Implementations§
source§impl Clone for BitcoinChainUpdatedWithReorgData
impl Clone for BitcoinChainUpdatedWithReorgData
source§fn clone(&self) -> BitcoinChainUpdatedWithReorgData
fn clone(&self) -> BitcoinChainUpdatedWithReorgData
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<BitcoinChainUpdatedWithReorgData> for BitcoinChainUpdatedWithReorgData
impl PartialEq<BitcoinChainUpdatedWithReorgData> for BitcoinChainUpdatedWithReorgData
source§fn eq(&self, other: &BitcoinChainUpdatedWithReorgData) -> bool
fn eq(&self, other: &BitcoinChainUpdatedWithReorgData) -> bool
This method tests for
self and other values to be equal, and is used
by ==.