TestFixedInterestBulletLoans

Git Source

Inherits: FixedInterestBulletLoans

Functions

constructor

constructor(
    string memory name_,
    string memory symbol_,
    IProtocolConfig _protocolConfig,
    ICurrencyConverter _currencyConverter,
    address manager
)
    FixedInterestBulletLoans(name_, symbol_, _protocolConfig, _currencyConverter, manager);

mockSetStatus

function mockSetStatus(uint256 loanId, FixedInterestBulletLoanStatus _status) external;