Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

HousePoolTrancheGateLib

Git Source

Functions

trancheDepositsAllowed

function trancheDepositsAllowed(
    bool ordinaryDepositsAllowed,
    bool paused,
    uint256 unassignedAssets,
    bool markFreshForReconcile,
    uint256 projectedUnassignedAssets,
    bool isSenior,
    uint256 projectedSeniorPrincipal,
    uint256 projectedSeniorHighWaterMark
) internal pure returns (bool);