ClankerLpLockerMultiple [Deprecated]
Documentation of Clanker's ClankerLpLockerMultiple
// callable by the index's recipient admin, updates the reward admin for the reward index
//
// note: the 'token' parameter is the deployed token's address
function updateRewardAdmin(address token, uint256 rewardIndex, address newAdmin) external;
// callable by the index's recipient admin, updates the reward recipient for the reward index
function updateRewardRecipient(address token, uint256 rewardIndex, address newRecipient) external;Last updated