ReflexerGenerate
Description
SDK Action
const reflexerGenerateAction = new dfs.actions.reflexer.ReflexerGenerateAction(
safeId,
amount,
to,
);Contract
/// @param safeId Id of the safe
/// @param amount Amount of rai to be generated
/// @param to Address which will receive the rai
struct Params {
uint256 safeId;
uint256 amount;
address to;
}Last updated