ModuleSDK
Modules
getAddOwnableValidatorOwnerAction

getAddOwnableValidatorOwnerAction

Get the action to add an owner to the ownable validator.

Usage

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

Parameters

client

  • Type: PublicClient

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

account

The account to add the owner to.

owner

The address of the owner to add.

Returns

action

The action to add the owner to the validator.