pub type StateTestResult = HashMap<Address, AccountMatch>;

Aliased Type§

struct StateTestResult {
    base: HashMap<H160, AccountMatch, RandomState>,
}

Fields§

§base: HashMap<H160, AccountMatch, RandomState>