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

HousePoolSeedLifecycleLib

Git Source

Functions

isSeedLifecycleComplete

function isSeedLifecycleComplete(
    bool seniorSeedInitialized,
    bool juniorSeedInitialized
) internal pure returns (bool);

hasSeedLifecycleStarted

function hasSeedLifecycleStarted(
    bool seniorSeedInitialized,
    bool juniorSeedInitialized
) internal pure returns (bool);

canAcceptOrdinaryDeposits

function canAcceptOrdinaryDeposits(
    bool seniorSeedInitialized,
    bool juniorSeedInitialized,
    bool isTradingActive
) internal pure returns (bool);

canIncreaseRisk

function canIncreaseRisk(
    bool seniorSeedInitialized,
    bool juniorSeedInitialized,
    bool isTradingActive
) internal pure returns (bool);

tradingActivationReady

function tradingActivationReady(
    bool seniorSeedInitialized,
    bool juniorSeedInitialized
) internal pure returns (bool);

hasPendingBootstrap

function hasPendingBootstrap(
    uint256 unassignedAssets
) internal pure returns (bool);