IPerpsLPActions
LP-facing senior/junior tranche action surface.
Functions
depositSenior
function depositSenior(
uint256 amount
) external;
withdrawSenior
function withdrawSenior(
uint256 amount,
address receiver
) external;
depositJunior
function depositJunior(
uint256 amount
) external;
withdrawJunior
function withdrawJunior(
uint256 amount,
address receiver
) external;