cardano-ledger-shelley-0.1.0.0
Safe Haskell None
Language Haskell2010

Cardano.Ledger.Shelley.Rules.NewEpoch

Synopsis

Documentation

data NEWEPOCH era Source #

Instances

Instances details
( UsesTxOut era, UsesValue era, Embed ( EraRule "MIR" era) ( NEWEPOCH era), Embed ( EraRule "EPOCH" era) ( NEWEPOCH era), Environment ( EraRule "MIR" era) ~ (), State ( EraRule "MIR" era) ~ EpochState era, Signal ( EraRule "MIR" era) ~ (), Event ( EraRule "RUPD" era) ~ RupdEvent ( Crypto era), Environment ( EraRule "EPOCH" era) ~ (), State ( EraRule "EPOCH" era) ~ EpochState era, Signal ( EraRule "EPOCH" era) ~ EpochNo , Default ( EpochState era), HasField "_protocolVersion" ( PParams era) ProtVer , Default ( State ( EraRule "PPUP" era)), Default ( PParams era), Default ( StashedAVVMAddresses era)) => STS ( NEWEPOCH era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.NewEpoch

( Era era, Default ( EpochState era), PredicateFailure ( EraRule "MIR" era) ~ MirPredicateFailure era, Event ( EraRule "MIR" era) ~ MirEvent era) => Embed ( MIR era) ( NEWEPOCH era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.NewEpoch

( UsesTxOut era, UsesValue era, STS ( EPOCH era), PredicateFailure ( EraRule "EPOCH" era) ~ EpochPredicateFailure era, Event ( EraRule "EPOCH" era) ~ EpochEvent era) => Embed ( EPOCH era) ( NEWEPOCH era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.NewEpoch

( UsesTxOut era, UsesValue era, STS ( NEWEPOCH era), PredicateFailure ( EraRule "NEWEPOCH" era) ~ NewEpochPredicateFailure era, Event ( EraRule "NEWEPOCH" era) ~ NewEpochEvent era) => Embed ( NEWEPOCH era) ( TICKF era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Tick

( UsesTxOut era, UsesValue era, STS ( NEWEPOCH era), PredicateFailure ( EraRule "NEWEPOCH" era) ~ NewEpochPredicateFailure era, Event ( EraRule "NEWEPOCH" era) ~ NewEpochEvent era) => Embed ( NEWEPOCH era) ( TICK era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Tick

type PredicateFailure ( NEWEPOCH era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.NewEpoch

type Event ( NEWEPOCH era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.NewEpoch

type BaseM ( NEWEPOCH era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.NewEpoch

type Environment ( NEWEPOCH era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.NewEpoch

type Environment ( NEWEPOCH era) = ()
type Signal ( NEWEPOCH era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.NewEpoch

type State ( NEWEPOCH era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.NewEpoch

data NewEpochPredicateFailure era Source #

Instances

Instances details
( Eq ( PredicateFailure ( EraRule "EPOCH" era)), Eq ( PredicateFailure ( EraRule "MIR" era))) => Eq ( NewEpochPredicateFailure era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.NewEpoch

( Show ( PredicateFailure ( EraRule "EPOCH" era)), Show ( PredicateFailure ( EraRule "MIR" era))) => Show ( NewEpochPredicateFailure era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.NewEpoch

Generic ( NewEpochPredicateFailure era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.NewEpoch

( NoThunks ( PredicateFailure ( EraRule "EPOCH" era)), NoThunks ( PredicateFailure ( EraRule "MIR" era))) => NoThunks ( NewEpochPredicateFailure era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.NewEpoch

type Rep ( NewEpochPredicateFailure era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.NewEpoch

type family PredicateFailure a Source #

Descriptive type for the possible failures which might cause a transition to fail.

As a convention, PredicateFailure s which are "structural" (meaning that they are not "throwable" in practice, and are used to pass control from one transition rule to another) are prefixed with S_ .

Structural PredicateFailure s represent conditions between rules where the disjunction of all rules' preconditions is equal to True . That is, either one rule will throw a structural PredicateFailure and the other will succeed, or vice-versa.

Instances

Instances details
type PredicateFailure ( SNAP era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Snap

type PredicateFailure ( RUPD era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Rupd

type PredicateFailure ( PPUP era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Ppup

type PredicateFailure ( UTXO era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Utxo

type PredicateFailure ( UTXOW era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Utxow

type PredicateFailure ( POOLREAP era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.PoolReap

type PredicateFailure ( POOL era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Pool

type PredicateFailure ( NEWPP era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Newpp

type PredicateFailure ( UPEC era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Upec

type PredicateFailure ( MIR era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Mir

type PredicateFailure ( EPOCH era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Epoch

type PredicateFailure ( DELEG era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Deleg

type PredicateFailure ( DELPL era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Delpl

type PredicateFailure ( DELEGS era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Delegs

type PredicateFailure ( LEDGER era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Ledger

type PredicateFailure ( LEDGERS era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Ledgers

type PredicateFailure ( BBODY era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Bbody

type PredicateFailure ( NEWEPOCH era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.NewEpoch

type PredicateFailure ( TICKF era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Tick

type PredicateFailure ( TICK era) Source #
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Tick

type PredicateFailure ( STUB e st si f m)
Instance details

Defined in Control.State.Transition.Extended

type PredicateFailure ( STUB e st si f m) = f