TransactionFilter

DNF filter for transactions: any term may match, and each term is an AND of signed literals. An absent filter matches everything. A present filter must have at least one term.

Properties

Link copied to clipboard
abstract val terms: List<TransactionTerm>

Terms are ORed together.

Functions

Link copied to clipboard
fun TransactionFilter.copy(body: <Error class: unknown class>.() -> Unit = {}): TransactionFilter

Copies the original message, including unknown fields.