Tooling
Module SDK
Modules
getActionId

⚠️ 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)

getActionId

Get the action ID for a specific action.

Usage

const action = getActionId({
  target: '0x1234...',
  selector: '0x00112233',
})

Parameters

target

Action target address.

selector

Action selector.

Returns

Returns the action ID.