⚠️ Deprecation Notice
ModuleSDK was developed by Rhinestone and is no longer actively supported. For new projects, we recommend using the Rhinestone SDK instead.
getRemoveOwnableValidatorOwnerAction
Get the action to remove an owner from the ownable validator.
Usage
const action = await getRemoveOwnableValidatorOwnerAction({
client,
account,
owner: '0x123...',
})Parameters
client
- Type:
PublicClient
The rpc client to use for the chain you want to query.
account
- Type:
Account
The account to remove the owner from.
owner
The address of the owner to remove.
Returns
action
- Type:
Promise<Action>
The action to remove the owner from the ownable validator.