HandleAuth
Description
Action to enable/disable smart wallet authorization
Action ID
0xd951fa77
SDK Action
const handleAuthAction = new dfs.actions.basic.HandleAuthAction(
enableAuth
);Action Type
STANDARD_ACTION
Input Parameters
/// @param enableAuth Whether to enable or disable authorization
struct Params {
bool enableAuth;
}Return Value
return bytes32(0);Events and Logs
Last updated
Was this helpful?