GhoUnstake
Last updated
/// @param amount amount of stkGHO tokens to burn (max.uint to redeem whole balance, 0 to start cooldown period)
/// @param to address to receive GHO tokens
struct Params {
uint256 amount;
address to;
}return bytes32(claimedAmount);emit ActionEvent("GhoUnstake", logData);
logger.logActionDirectEvent("GhoUnstake", logData);
bytes memory logData = abi.encode(params);