Struct ethjson::spec::hardcoded_sync::HardcodedSync[][src]

pub struct HardcodedSync {
    pub header: String,
    pub total_difficulty: Uint,
    pub chts: Vec<H256>,
}

Spec hardcoded sync.

Fields

Hexadecimal of the RLP encoding of the header of the block to start synchronization from.

Total difficulty including the block of header.

Ordered trie roots of blocks before and including header.

Trait Implementations

impl Debug for HardcodedSync
[src]

Formats the value using the given formatter. Read more

impl PartialEq for HardcodedSync
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for HardcodedSync

impl Sync for HardcodedSync