pub fn execute_epoch<T: Config>(pool_id: T::PoolId)
Expand description

Execute an epoch for which a valid solution has been submitted.

  • Mints or burns tranche tokens based on investments and redemptions
  • Updates the portion of the reserve and loan balance assigned to each tranche, based on the investments and redemptions to those tranches.

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::execute_epoch.