Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ITxnRequest

Index

Properties

Properties

Optional compare

compare: ICompare[]

compare is a list of predicates representing a conjunction of terms. If the comparisons succeed, then the success requests will be processed in order, and the response will contain their respective responses in order. If the comparisons fail, then the failure requests will be processed in order, and the response will contain their respective responses in order.

Optional failure

failure: IRequestOp[]

failure is a list of requests which will be applied when compare evaluates to false.

Optional success

success: IRequestOp[]

success is a list of requests which will be applied when compare evaluates to true.

Legend

  • Constructor
  • Method
  • Inherited method

Generated using TypeDoc