RemoveLiquidityData

Git Source

struct RemoveLiquidityData {
    uint256 burnAmount;
    uint256 amount0Min;
    uint256 amount1Min;
    address vault;
    address payable receiver;
}

Variables

NameTypeDescription
burnAmountuint256Amount of vault shares to be burned by msg.sender
amount0Minuint256Minimum amount of token0 to be send to receiver
amount1Minuint256Minimum amount of token1 to be send to receiver
vaultaddressAddress of the vault to remove liquidity from
receiverpayable addressAddress of the receiver of token0 and token1