Module snapps_txn_reference_impl::condition[][src]

Expand description

The types for conditions that must apply in order for an update to be applied.

Structs

A condition that is true for any value x that satisfies lower <= x <= upper, parameterised by a type T.

Condition on the data for an epoch.

Condition on an epoch’s staking ledger.

Condition on the Mina protocol state.

Enums

The OrIgnore<T> type is an enum type parameterised by a type T.