ResultAndState

Type Alias ResultAndState 

pub type ResultAndState<H = HaltReason, S = HashMap<Address, Account, RandomState>> = ExecResultAndState<ExecutionResult<H>, S>;
Expand description

Type alias for backwards compatibility.

Aliased Type§

pub struct ResultAndState<H = HaltReason, S = HashMap<Address, Account, RandomState>> {
    pub result: ExecutionResult<H>,
    pub state: S,
}

Fields§

§result: ExecutionResult<H>

Execution result

§state: S

Output State.

Layout§

Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.