Struct ethjson::spec::hardcoded_sync::HardcodedSync [−][src]
Spec hardcoded sync.
Fields
header: String
Hexadecimal of the RLP encoding of the header of the block to start synchronization from.
total_difficulty: Uint
Total difficulty including the block of header.
chts: Vec<H256>
Ordered trie roots of blocks before and including header.
Trait Implementations
impl Debug for HardcodedSync[src]
impl Debug for HardcodedSyncfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for HardcodedSync[src]
impl PartialEq for HardcodedSyncfn eq(&self, other: &HardcodedSync) -> bool[src]
fn eq(&self, other: &HardcodedSync) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &HardcodedSync) -> bool[src]
fn ne(&self, other: &HardcodedSync) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for HardcodedSync
impl Send for HardcodedSyncimpl Sync for HardcodedSync
impl Sync for HardcodedSync