McdDsrWithdraw
Description
Action ID
SDK Action
const makerDsrWithdrawAction = new dfs.actions.maker.MakerDsrWithdrawAction(
amount,
to
);Action Type
Input Parameters
/// @param amount Amount of DAI to withdraw from DSR
/// @param to Address that will receive the withdrawn DAI
struct Params {
uint256 amount;
address to;
}Return Value
Events and Logs
Last updated