stratus::eth::genesis

Type Alias GenesisSlots

Source
pub type GenesisSlots = Vec<(Address, Slot)>;
Expand description

Type alias for a collection of storage slots in the format (address, slot)

Aliased Typeยง

struct GenesisSlots { /* private fields */ }