ITrancheVaultBootstrap
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;