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.