UmbrellaClaimRewards
Description
UmbrellaClaimRewards - Claim rewards from staking in Umbrella staking system
Action ID
0x9160bac0
SDK Action
const umbrellaClaimRewardsAction = new dfs.actions.umbrella.UmbrellaClaimRewardsAction(
asset,
to,
rewards
);
Action Type
STANDARD_ACTION
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
Was this helpful?