Expand description

Auto-generated docs-only module listing all (public and private) defined storage types for this pallet.

§Warning: Doc-Only

Members of this module cannot be used directly and are only provided for documentation purposes.

To see the actual storage type, find a struct with the same name at the root of the pallet, in the list of Type Definitions.

Structs§

  • Storage for active loans. The indexation of this storage differs from CreatedLoan or ClosedLoan because here we try to minimize the iteration speed over all active loans in a pool.
  • Storage for closed loans. No mutations are expected in this storage. Loans are stored here for historical purposes.
  • Storage for loans that has been created but are not still active.
  • Contains the last loan id generated
  • Stores the portfolio valuation associated to each pool
  • Stores write off policy used in each pool