multi Get Objects
open suspend override fun multiGetObjects(ids: List<String>, limit: Int?, cursor: String?, options: <Error class: unknown class>): <Error class: unknown class><MultiGetObjectsQuery.Data?, <Error class: unknown class>>
Fetches the details of multiple objects in a single batch request.
Return
A Result which is either:
Ok: Containing a nullable MultiGetObjectsQuery.Data object with a list of objects.Err: Containing a SuiError object with a list of SdkErrorDetails.
Parameters
ids
A list of unique IDs of the objects to fetch.
limit
An optional integer to specify the maximum number of objects to return per page.
cursor
An optional cursor string for pagination.
options
The ObjectDataOptions specifying which fields of the objects to include in the response.