Struct ethcore::machine::EthashExtensions[][src]

pub struct EthashExtensions {
    pub homestead_transition: BlockNumber,
    pub dao_hardfork_transition: u64,
    pub dao_hardfork_beneficiary: Address,
    pub dao_hardfork_accounts: Vec<Address>,
}

Ethash-specific extensions.

Fields

Homestead transition block number.

DAO hard-fork transition block (X).

DAO hard-fork refund contract address (C).

DAO hard-fork DAO accounts list (L)

Trait Implementations

impl Debug for EthashExtensions
[src]

Formats the value using the given formatter. Read more

impl Clone for EthashExtensions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<EthashParams> for EthashExtensions
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for EthashExtensions

impl Sync for EthashExtensions