Type Definition escrow::pallet::Epoch

source ·
pub type Epoch<T: Config> = StorageValue<_GeneratedPrefixForStorageEpoch<T>, T::Nonce, ValueQuery>;
Expand description

Storage type is [StorageValue] with value type T :: Nonce.