[−][src]Struct network::ConsensusParams
Parameters that influence chain consensus.
Fields
network: Network
Network.
bip16_time: u32
Time when BIP16 becomes active. See https://github.com/bitcoin/bips/blob/master/bip-0016.mediawiki
bip34_height: u32
Block height at which BIP34 becomes active. See https://github.com/bitcoin/bips/blob/master/bip-0034.mediawiki
bip65_height: u32
Block height at which BIP65 becomes active. See https://github.com/bitcoin/bips/blob/master/bip-0065.mediawiki
bip66_height: u32
Block height at which BIP65 becomes active. See https://github.com/bitcoin/bips/blob/master/bip-0066.mediawiki
fork: ConsensusFork
Selected consensus fork.
rule_change_activation_threshold: u32
Version bits activation
miner_confirmation_window: u32
Number of blocks with the same set of rules
csv_deployment: Option<Deployment>
BIP68, BIP112, BIP113 deployment
segwit_deployment: Option<Deployment>
BIP141, BIP143, BIP147 deployment
Methods
impl ConsensusParams[src]
impl ConsensusParamspub fn new(network: Network, fork: ConsensusFork) -> Self[src]
pub fn new(network: Network, fork: ConsensusFork) -> Selfpub fn magic(&self) -> Magic[src]
pub fn magic(&self) -> Magicpub fn is_bip30_exception(&self, hash: &H256, height: u32) -> bool[src]
pub fn is_bip30_exception(&self, hash: &H256, height: u32) -> boolpub fn is_segwit_possible(&self) -> bool[src]
pub fn is_segwit_possible(&self) -> boolReturns true if SegWit is possible on this chain.
Trait Implementations
impl Debug for ConsensusParams[src]
impl Debug for ConsensusParamsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for ConsensusParams[src]
impl Clone for ConsensusParamsfn clone(&self) -> ConsensusParams[src]
fn clone(&self) -> ConsensusParamsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for ConsensusParams
impl Send for ConsensusParamsimpl Sync for ConsensusParams
impl Sync for ConsensusParamsBlanket Implementations
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, type Owned = T
fn to_owned(&self) -> T[src]
fn to_owned(&self) -> TCreates owned data from borrowed data, usually by cloning. Read more
fn clone_into(&self, target: &mut T)[src]
fn clone_into(&self, target: &mut T)🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<T> From for T[src]
impl<T> From for Timpl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>try_from)Performs the conversion.
impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, ⓘImportant traits for &'a mut Rfn borrow(&self) -> &T[src]
fn borrow(&self) -> &TImmutably borrows from an owned value. Read more
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>try_from)Performs the conversion.
impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, ⓘImportant traits for &'a mut Rfn borrow_mut(&mut self) -> &mut T[src]
fn borrow_mut(&mut self) -> &mut TMutably borrows from an owned value. Read more
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId[src]
fn get_type_id(&self) -> TypeId🔬 This is a nightly-only experimental API. (get_type_id)
this method will likely be replaced by an associated static
Gets the TypeId of self. Read more