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

    Variable payloadSchemasContainsAllConst

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

    Checks if the boundwitness contains all of the payload schemas

    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 all of the payload schemas