listAccounts
Defined in: account-kit/wallet-client/src/client/actions/listAccounts.ts:57
Lists all smart accounts for a given signer using the wallet API client.
Example
Parameters
Returns
Promise<{
accounts: object[];
meta: {
after: null | string;
totalCount: number;
};
}>
A Promise that resolves to the list of accounts and pagination metadata