• Validates an array of ICTypes against a IClaim.

    Parameters

    • cType: ICType

      A ICType that has nested ICTypes inside.

    • nestedCTypes: ICType[]

      An array of ICType schemas.

    • claimContents: Record<string, any>

      The contents of a IClaim to be validated.

    • Optional messages: string[]

      Optional empty array. If passed, this receives all verification errors.

    Returns void