getDisableActionPolicies
Get the action to disable action policies for a specific session in the smart sessions validator.
Usage
const action = await getDisableActionPolicies({
permissionId: '0x1234...',
policies: ['0xabcd...'],
});
Parameters
permissionId
- Type:
Hex
(opens in a new tab)
The permission ID of the session to disable action policies for.
policies
A list of action policies addresses.
Returns
action
- Type:
Promise<Action>
The action to disable action policies for a specific session in the smart sessions validator.