Batch-fetch objects by id.
Prefer multiGetObjectsGraphql(ids). This wrapper delegates to it (GraphQL) and returns the flat object shape { objectId, version, digest, type, fields } — not the old JSON-RPC SuiObjectResponse shape.
multiGetObjectsGraphql(ids)
{ objectId, version, digest, type, fields }
SuiObjectResponse
Batch-fetch objects by id.