getRemoveSocialRecoveryGuardianAction
Get the action to remove a social recovery guardian for an account.
Usage
const action = getRemoveSocialRecoveryGuardianAction({
  client,
  account,
  guardian: '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 social recovery guardian for.
guardian
The address of the guardian to remove.
Returns
action
The action to remove the guardian.