pub type GasReservationMap = BTreeMap<ReservationId, GasReservationSlot>;
Expand description

Gas reservations map.

Used across execution and is stored to storage.

Aliased Type§

struct GasReservationMap { /* private fields */ }