IonPoolDecoderAndSanitizer
Inherits: BaseDecoderAndSanitizer
Functions
constructor
constructor(address _boringVault) BaseDecoderAndSanitizer(_boringVault);
supply
function supply(address recipient, uint256, bytes32[] calldata) external pure returns (bytes memory addressesFound);
withdraw
function withdraw(address receiverOfUnderlying, uint256) external pure returns (bytes memory addressesFound);
Was this helpful?