ReflexerPayback
Description
Action ID
SDK Action
const reflexerPaybackAction = new dfs.actions.reflexer.ReflexerPaybackAction(
safeId,
amount,
from
);Action Type
Input Parameters
/// @param safeId Id of the safe
/// @param amount Amount of rai to be paid back
/// @param from Address which will send the rai
struct Params {
uint256 safeId;
uint256 amount;
address from;
}Return Value
Events and Logs
Last updated