ModuleSDK
Modules
getSocialRecoveryGuardians

getSocialRecoveryGuardians

description

Usage

const guardians = await getSocialRecoveryGuardians({
  client,
  account,
});

Parameters

client

  • Type: PublicClient

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

account

The account to get the social recovery guardians for.

Returns

guardians

The addresses of the guardians for the account.