XYO Platform SDK - v3.10.6
    Preparing search index...

    Variable payloadSchemasContainsAnyConst

    payloadSchemasContainsAny: (
        bw: BoundWitness,
        payloadSchemas: Schema[],
    ) => boolean

    Checks if the boundwitness contains any of the payload schemas. If the payload schemas array is empty, it will return true. This is to match the behavior or payload schemasContainsAll which will return true if the payload schemas array is empty.

    Type declaration

      • (bw: BoundWitness, payloadSchemas: Schema[]): boolean
      • Parameters

        • bw: BoundWitness

          The boundwitness to check

        • payloadSchemas: Schema[]

          The payload schemas to check for

        Returns boolean

        True if the boundwitness contains any of the payload schemas