- list(client, query?): Record<`did:mailto:${string}:${string}`, Account.Account>
Parameters
query: {
account: undefined | `did:mailto:${string}`;
} = {}
account: undefined | `did:mailto:${string}`
Returns Record<`did:mailto:${string}:${string}`, Account.Account>
List all accounts that agent has stored access to. Returns a dictionary of accounts keyed by their
did:mailto
identifier.