referrerpolicy=no-referrer-when-downgrade

Reservations

Type Alias Reservations 

Source
pub type Reservations<T> = StorageValue<_GeneratedPrefixForStorageReservations<T>, ReservationsRecordOf<T>, ValueQuery>;
Expand description

The Polkadot Core reservations (generally tasked with the maintenance of System Chains).

Storage type is [StorageValue] with value type ReservationsRecordOf < T >.

Aliased Type§

pub struct Reservations<T>(/* private fields */);