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