Type Definition pallet_broker::pallet::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 >
.