Struct ethjson::spec::ethash::Ethash [−][src]
pub struct Ethash {
pub params: EthashParams,
}Ethash engine deserialization.
Fields
params: EthashParams
Ethash params.
Trait Implementations
impl Debug for Ethash[src]
impl Debug for Ethashfn 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 Ethash[src]
impl PartialEq for Ethash