resolveNameServiceNames

open suspend override fun resolveNameServiceNames(address: AccountAddress, limit: Int?, cursor: String?): Result<ResolveNameServiceNamesQuery.Data?, SuiError>

Performs a reverse lookup to find all .sui domain names associated with a given address.

Return

A Result which is either:

Parameters

address

The AccountAddress to find the associated domain names for.

limit

An optional integer to specify the maximum number of names to return per page.

cursor

An optional cursor string for pagination.