[][src]Trait ckb_verification::Switch

pub trait Switch {
    fn disable_epoch(&self) -> bool;
fn disable_uncles(&self) -> bool;
fn disable_two_phase_commit(&self) -> bool;
fn disable_daoheader(&self) -> bool;
fn disable_reward(&self) -> bool; }

Required methods

fn disable_epoch(&self) -> bool

fn disable_uncles(&self) -> bool

fn disable_two_phase_commit(&self) -> bool

fn disable_daoheader(&self) -> bool

fn disable_reward(&self) -> bool

Loading content...

Implementors

Loading content...