File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
cardano-api/src/Cardano/Api/Internal/Experimental Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ module Cardano.Api.Internal.Experimental.Eras
31
31
)
32
32
where
33
33
34
+ import Cardano.Api qualified as Api
34
35
import Cardano.Api.Internal.Eon.AlonzoEraOnwards
35
36
import Cardano.Api.Internal.Eon.BabbageEraOnwards
36
37
import Cardano.Api.Internal.Eon.Convert
37
38
import Cardano.Api.Internal.Eon.ConwayEraOnwards
38
39
import Cardano.Api.Internal.Eon.ShelleyBasedEra (ShelleyBasedEra (.. ), ShelleyLedgerEra )
39
- import Cardano.Api.Internal.Eras qualified as Api
40
40
import Cardano.Api.Internal.Eras.Core (BabbageEra , ConwayEra , Eon (.. ))
41
41
import Cardano.Api.Internal.ReexposeLedger qualified as L
42
42
import Cardano.Api.Internal.Via.ShowOf
@@ -263,5 +263,6 @@ type EraCommonConstraints era =
263
263
, ShelleyLedgerEra era ~ LedgerEra era
264
264
, L. HashAnnotated (Ledger. TxBody (LedgerEra era )) L. EraIndependentTxBody
265
265
, Api. IsCardanoEra era
266
+ , Api. IsShelleyBasedEra era
266
267
, IsEra era
267
268
)
You can’t perform that action at this time.
0 commit comments