ModuleSDK
Modules
getRemoveOwnableExecutorOwnerAction

getRemoveOwnableExecutorOwnerAction

Get the action to remove an owner from the ownable executor.

Usage

const action = await getRemoveOwnableExecutorOwnerAction({
  client,
  account,
  owner: "0x123...",
});

Parameters

client

  • Type: PublicClient

The rpc client to use for the chain you want to query.

account

The account to remove the owner from.

owner

The address of the owner to remove.

Returns

action

The action to remove the owner from the ownable executor.