Type Alias ResultAndState
pub type ResultAndState<H = HaltReason> = ExecResultAndState<ExecutionResult<H>>;Expand description
Type alias for backwards compatibility.
Aliased Type§
pub struct ResultAndState<H = HaltReason> {
pub result: ExecutionResult<H>,
pub state: HashMap<Address, Account, RandomState>,
}Fields§
§result: ExecutionResult<H>Execution result
state: HashMap<Address, Account, RandomState>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.