pub type StorageRevert = Vec<Vec<(Address, bool, Vec<(StorageKey, RevertToSlot)>)>>;
Expand description
Storage reverts
Aliased Typeยง
pub struct StorageRevert { /* private fields */ }
pub type StorageRevert = Vec<Vec<(Address, bool, Vec<(StorageKey, RevertToSlot)>)>>;
Storage reverts
pub struct StorageRevert { /* private fields */ }