SkyStakingEngineUnstake
Description
Action ID
SDK Action
const skyStakingEngineUnstakeAction = new dfs.actions.sky.SkyStakingEngineUnstakeAction(
stakingContract,
index,
amount,
to
);Action Type
Input Parameters
/// @param stakingContract address of the staking engine contract
/// @param index index of the urn
/// @param amount amount of stakingToken to unstake
/// @param to address to which to send stakingToken
struct Params {
address stakingContract;
uint256 index;
uint256 amount;
address to;
}Return Value
Events and Logs
Last updated