MorphoBlueSetAuth
Description
Action ID
SDK Action
const morphoBlueSetAuthAction = new dfs.actions.morpho-blue.MorphoBlueSetAuthAction(
manager,
newIsAuthorized
);Action Type
Input Parameters
/// @param manager Address of the manager
/// @param newIsAuthorized Whether the manager is allowed to manage the position
struct Params {
address manager;
bool newIsAuthorized;
}Return Value
Events and Logs
Last updated