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

ITrancheVaultBootstrap

Git Source

Functions

previewDeposit

function previewDeposit(
    uint256 assets
) external view returns (uint256 shares);

bootstrapMint

function bootstrapMint(
    uint256 shares,
    address receiver
) external;

configureSeedPosition

function configureSeedPosition(
    address receiver,
    uint256 floorShares
) external;