MorphoBlueSetAuthWithSig

Description

Allow or disallow an address to manage MorphoBlue position on user's wallet

Action ID

0x382f0f62

SDK Action

const morphoBlueSetAuthWithSigAction = new dfs.actions.morpho-blue.MorphoBlueSetAuthWithSigAction(
    authorizer,
    authorized,
    isAuthorized,
    nonce,
    deadline,
    v,
    r,
    s
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?