Crate pallet_loans

source ·
Expand description

This pallet offers extrinsics to handle loans.

The following actions are performed over a loan:

The following actions are performed over an entire pool of loans:

The whole pallet is optimized for the more expensive extrinsic that is Pallet::update_portfolio_valuation() that should go through all active loans.

Re-exports§

Modules§

  • High level types that uses pallet::Config
  • The pallet module in each FRAME pallet hosts the most important items needed to construct this pallet.
  • Low level types that doesn’t know about what a pallet is Contains base types without Config references
  • Utility types for configure the pallet from a runtime

Traits§