Predicate

sealed interface Predicate

The transaction-index predicate to match.

Inheritors

Types

Link copied to clipboard

Match transactions where the specified address's state moved as a side effect: it owns an object after the txn, owned an object before the txn that was mutated/transferred away/deleted/wrapped, or its address-balance changed via an accumulator event.

Link copied to clipboard

Match transactions whose effects include a change for the specified object.

Link copied to clipboard

Match transactions that emitted an event whose package/module fields match the specified filter.

Link copied to clipboard

Match transactions that wrote to the specified authenticated event stream head.

Link copied to clipboard

Match transactions that emitted an event with a type matching the specified filter.

Link copied to clipboard

Match transactions that made a Move call matching the specified filter.

Link copied to clipboard

Match transactions that wrote a Move package — a first publish or an upgrade, of any package.

Link copied to clipboard

Match transactions sent by the specified address.