Function getMultiObjects

  • Batch-fetch objects by id.

    Parameters

    • input: { ids: string[] }

    Returns Promise<(null | FlatObject<Record<string, unknown>>)[]>

    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.