Struct ckb_app_config::SyncConfig [−][src]
pub struct SyncConfig {
pub header_map: HeaderMapConfig,
pub assume_valid_target: Option<H256>,
pub min_chain_work: U256,
}Expand description
Chain synchronization config options.
Fields
header_map: HeaderMapConfigHeader map config options.
assume_valid_target: Option<H256>Block hash of assume valid target
min_chain_work: U256Proof of minimum work during synchronization
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for SyncConfig
impl Send for SyncConfig
impl Sync for SyncConfig
impl Unpin for SyncConfig
impl UnwindSafe for SyncConfig
Blanket Implementations
Mutably borrows from an owned value. Read more