SkyStakingEngineSelectFarm
Description
Selects a farm for the SKY Staking Engine Position
Action ID
0x7e2517f6
SDK Action
const skyStakingEngineSelectFarmAction = new dfs.actions.sky.SkyStakingEngineSelectFarmAction(
stakingContract,
index,
farm
);Action Type
STANDARD_ACTION
Input Parameters
/// @param stakingContract address of the staking engine contract
/// @param index index of the urn
/// @param farm address of farm to select
struct Params {
address stakingContract;
uint256 index;
address farm;
}Return Value
Events and Logs
Last updated
Was this helpful?