auth/account_queries.ts view source
AdminAccountListOptions Options for query_admin_account_list.
limit
Max accounts to return. Defaults to ADMIN_ACCOUNT_LIST_DEFAULT_LIMIT
when omitted; pass null explicitly to disable the limit (unbounded
fetch — for trusted internal callers / scripts; the RPC schema bounds
wire callers to [1, ADMIN_ACCOUNT_LIST_LIMIT_MAX]).
number | nulloffset
Pagination offset. Defaults to 0.
number | null