Struct snapps_txn_reference_impl::condition::EpochLedgerCondition[][src]

pub struct EpochLedgerCondition {
    pub hash: OrIgnore<Hash>,
    pub total_currency: OrIgnore<ClosedInterval<u64>>,
}
Expand description

Condition on an epoch’s staking ledger.

Fields

hash: OrIgnore<Hash>

Condition on the hash of the epoch’s staking ledger.

total_currency: OrIgnore<ClosedInterval<u64>>

Condition on the total currency of the epoch’s staking ledger.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.