Pool
Deposit
function deposit(
address _receiver,
uint256 _amountLD
) external payable nonReentrantAndNotPaused returns (uint256 amountLD)Withdraw
function redeem(
uint256 _amountLD,
address _receiver
) external nonReentrantAndNotPaused returns (uint256 amountLD)function redeemSend(
SendParam calldata _sendParam,
MessagingFee calldata _fee,
address _refundAddress
) external payable nonReentrantAndNotPaused
returns (MessagingReceipt memory msgReceipt, OFTReceipt memory oftReceipt)Credits
Composability
Code
Last updated
