pub type GenesisSlots = Vec<(Address, Slot)>;
Type alias for a collection of storage slots in the format (address, slot)
struct GenesisSlots { /* private fields */ }