Tooling
Module SDK
Modules
getDisableActionPoliciesAction

⚠️ Deprecation Notice

ModuleSDK was developed by Rhinestone and is no longer actively supported. For new projects, we recommend using the Rhinestone SDK instead.

Rhinestone SDK Documentation (opens in a new tab)

getDisableActionPoliciesAction

Get the action to disable action policies for a specific session in the smart sessions validator.

Usage

const action = await getDisableActionPoliciesAction({
  permissionId: '0x1234...',
  policies: ['0xabcd...'],
})

Parameters

permissionId

The permission ID of the session to disable action policies for.

policies

A list of action policies addresses.

Returns

action

The action to disable action policies for a specific session in the smart sessions validator.