Skip to main content

PrestateTrace

Type Alias PrestateTrace 

Source
pub type PrestateTrace = BTreeMap<Address, PrestateAccountState>;
Expand description

Per-transaction prestate trace (non-diff mode). BTreeMap keeps JSON output deterministic via sorted keys.

Aliased Typeยง

pub struct PrestateTrace { /* private fields */ }