Open Cap Table Protocol Canton SDK - v0.2.239
    Preparing search index...

    Function isRecord

    • Type guard to check if a value is a plain object (not null and not an array). Used for validating DAML contract response data before accessing properties.

      Parameters

      • value: unknown

        The value to check

      Returns value is Record<string, unknown>

      True if value is a non-null, non-array object