Struct ethjson::spec::ethash::Ethash[][src]

pub struct Ethash {
    pub params: EthashParams,
}

Ethash engine deserialization.

Fields

Ethash params.

Trait Implementations

impl Debug for Ethash
[src]

Formats the value using the given formatter. Read more

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

impl Sync for Ethash