Type Definition pallet_broker::pallet::Leases
source · pub type Leases<T> = StorageValue<_GeneratedPrefixForStorageLeases<T>, LeasesRecordOf<T>, ValueQuery>;Expand description
The Polkadot Core legacy leases.
Storage type is StorageValue with value type LeasesRecordOf < T >.