SDaiUnwrap
Description
Action ID
SDK Action
const sDaiUnwrapAction = new dfs.actions.basic.SDaiUnwrapAction(
amount,
from,
to
);Action Type
Input Parameters
/// @param amount - Amount of sDai to redeem
/// @param from - Address from which the tokens will be pulled
/// @param to - Address that will receive the dai
struct Params {
uint256 amount;
address from;
address to;
}Return Value
Events and Logs
Last updated