IRiskModule

Interface for RiskModule smart contracts. Gives access to RiskModule configuration parameters

Public Functions

wallet

function wallet() external view returns (address)

Returns the address of the partner that receives the partnerCommission

premiumsAccount

function premiumsAccount() external view returns (contract IPremiumsAccount)

Returns the {PremiumsAccount} where the premiums of this risk module are collected. Never changes.