UmbrellaClaimRewards
Description
Action ID
SDK Action
const umbrellaClaimRewardsAction = new dfs.actions.umbrella.UmbrellaClaimRewardsAction(
asset,
to,
rewards
);
Action Type
Input Parameters
/// @param asset The asset to claim rewards from
/// @param to The address to send the rewards to
/// @param rewards The rewards to claim
struct Params {
address asset;
address to;
address[] rewards;
}Return Value
Events and Logs
Last updated