Struct ethcore::ethereum::ethash::Seal [−][src]
Ethash specific seal
Fields
mix_hash: H256
Ethash seal mix_hash
nonce: H64
Ethash seal nonce
Methods
impl Seal[src]
impl Sealpub fn parse_seal<T: AsRef<[u8]>>(seal: &[T]) -> Result<Self, Error>[src]
pub fn parse_seal<T: AsRef<[u8]>>(seal: &[T]) -> Result<Self, Error>Tries to parse rlp as ethash seal.
Trait Implementations
impl Debug for Seal[src]
impl Debug for Sealfn 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 Seal[src]
impl PartialEq for Seal