UnwrapEth
Description
Action ID
SDK Action
const unwrapEthAction = new dfs.actions.basic.UnwrapEthAction(
amount,
to
);Action Type
Input Parameters
/// @param amount Amount of Weth to unwrap
/// @param to Address where to send the unwrapped Eth
struct Params {
uint256 amount;
address to;
}Return Value
Events and Logs
Last updated