findTrustedAttesters
Get the list of trusted attesters for a given smart account.
Usage
address[] memory attesters = registry.findTrustedAttesters(smartAccount);
Parameters
smartAccount
- Type:
address
The address of the smart account to get the trusted attesters for.
Returns
attesters
- Type:
address[]
The addresses of the trusted attesters for the smart account.