resolve Name Service Names
suspend fun resolveNameServiceNames(address: SuiAddress, cursor: ObjectId? = null, limit: Long? = null): NameServicePage
Return the resolved names given address, if multiple names are resolved, the first one is the primary name.
Return
A NameServicePage object containing the resolved names.
Parameters
address
The list of addresses to resolve.
cursor
The cursor to start fetching from. This is optional.
limit
The maximum number of names to fetch.
Throws
if there is an error in the response.