matchingTransactions property

  1. @BuiltValueField.new(wireName: r'matchingTransactions')
MatchingTransactionsRestriction? get matchingTransactions

The number of transactions and the operation. Supported operations: equals, notEquals, greaterThanOrEqualTo, greaterThan, lessThanOrEqualTo, lessThan.

Implementation

@BuiltValueField(wireName: r'matchingTransactions')
MatchingTransactionsRestriction? get matchingTransactions;