Struct ethjson::test::DifficultyTestCase[][src]

pub struct DifficultyTestCase {
    pub parent_timestamp: Uint,
    pub parent_difficulty: Uint,
    pub parent_uncles: H256,
    pub current_timestamp: Uint,
    pub current_difficulty: Uint,
    pub current_block_number: Uint,
}

Blockchain test header deserializer.

Fields

Parent timestamp.

Parent difficulty.

Parent uncle hash.

Current timestamp.

Current difficulty.

Current block number.

Trait Implementations

impl Debug for DifficultyTestCase
[src]

Formats the value using the given formatter. Read more

impl PartialEq for DifficultyTestCase
[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 DifficultyTestCase

impl Sync for DifficultyTestCase