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

    Variable isPartyIdConst

    isPartyId: (value: unknown) => value is PartyId = ...

    Type guard to check if a value is a valid PartyId. Validates that the value is a non-empty string.

    Note: This performs a structural check, not validation against the ledger. No format validation (e.g., hint::namespace) is performed.

    Type Declaration

      • (value: unknown): value is PartyId
      • Parameters

        • value: unknown

        Returns value is PartyId