Type Alias testool::statetest::spec::StateTestResult
source · pub type StateTestResult = HashMap<Address, AccountMatch>;
Aliased Type§
struct StateTestResult {
base: HashMap<H160, AccountMatch, RandomState>,
}
Fields§
§base: HashMap<H160, AccountMatch, RandomState>