Function getMultiObjects

  • Batch fetch JSON-RPC SuiObjectResponse shapes for the given object ids.

    Parameters

    • input: MultiGetObjectsParams

    Returns Promise<SuiObjectResponse[]>

    v0.1.x of the SDK migrated all internal reads to GraphQL. This helper still uses SuiClient.multiGetObjects so existing callers remain source-compatible. New code should call multiGetObjectsGraphql(ids) (re-exported from this module), which returns the GraphQL-native flat object shape { objectId, version, digest, type, fields }.