Safe Haskell | None |
---|---|
Language | Haskell2010 |
Cardano.Api.Orphans
Contents
Orphan instances
Data DecoderError Source # | |
Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DecoderError -> c DecoderError Source # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DecoderError Source # toConstr :: DecoderError -> Constr Source # dataTypeOf :: DecoderError -> DataType Source # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DecoderError) Source # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DecoderError) Source # gmapT :: (forall b. Data b => b -> b) -> DecoderError -> DecoderError Source # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DecoderError -> r Source # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DecoderError -> r Source # gmapQ :: (forall d. Data d => d -> u) -> DecoderError -> [u] Source # gmapQi :: Int -> (forall d. Data d => d -> u) -> DecoderError -> u Source # gmapM :: Monad m => (forall d. Data d => d -> m d) -> DecoderError -> m DecoderError Source # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DecoderError -> m DecoderError Source # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DecoderError -> m DecoderError Source # | |
Data DeserialiseFailure Source # | |
Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeserialiseFailure -> c DeserialiseFailure Source # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeserialiseFailure Source # toConstr :: DeserialiseFailure -> Constr Source # dataTypeOf :: DeserialiseFailure -> DataType Source # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DeserialiseFailure) Source # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeserialiseFailure) Source # gmapT :: (forall b. Data b => b -> b) -> DeserialiseFailure -> DeserialiseFailure Source # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeserialiseFailure -> r Source # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeserialiseFailure -> r Source # gmapQ :: (forall d. Data d => d -> u) -> DeserialiseFailure -> [u] Source # gmapQi :: Int -> (forall d. Data d => d -> u) -> DeserialiseFailure -> u Source # gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeserialiseFailure -> m DeserialiseFailure Source # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeserialiseFailure -> m DeserialiseFailure Source # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeserialiseFailure -> m DeserialiseFailure Source # | |
Data CharPosition Source # | |
Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CharPosition -> c CharPosition Source # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CharPosition Source # toConstr :: CharPosition -> Constr Source # dataTypeOf :: CharPosition -> DataType Source # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CharPosition) Source # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CharPosition) Source # gmapT :: (forall b. Data b => b -> b) -> CharPosition -> CharPosition Source # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CharPosition -> r Source # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CharPosition -> r Source # gmapQ :: (forall d. Data d => d -> u) -> CharPosition -> [u] Source # gmapQi :: Int -> (forall d. Data d => d -> u) -> CharPosition -> u Source # gmapM :: Monad m => (forall d. Data d => d -> m d) -> CharPosition -> m CharPosition Source # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CharPosition -> m CharPosition Source # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CharPosition -> m CharPosition Source # | |
Data DecodingError Source # | |
Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DecodingError -> c DecodingError Source # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DecodingError Source # toConstr :: DecodingError -> Constr Source # dataTypeOf :: DecodingError -> DataType Source # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DecodingError) Source # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DecodingError) Source # gmapT :: (forall b. Data b => b -> b) -> DecodingError -> DecodingError Source # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DecodingError -> r Source # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DecodingError -> r Source # gmapQ :: (forall d. Data d => d -> u) -> DecodingError -> [u] Source # gmapQi :: Int -> (forall d. Data d => d -> u) -> DecodingError -> u Source # gmapM :: Monad m => (forall d. Data d => d -> m d) -> DecodingError -> m DecodingError Source # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DecodingError -> m DecodingError Source # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DecodingError -> m DecodingError Source # | |
Generic LovelaceError Source # | |
Generic SoftwareVersionError Source # | |
Generic ApplicationNameError Source # | |
Generic SystemTagError Source # | |
Generic UTxOError Source # | |
Generic TxValidationError Source # | |
Generic UTxOValidationError Source # | |
Generic Error Source # | |
Generic ApplyMempoolPayloadErr Source # | |
Generic Error Source # | |
Generic Error Source # | |
Generic Error Source # | |
Generic Error Source # | |
Generic Adopted Source # | |
ToJSON KeyHash Source # | |
Methods toEncoding :: KeyHash -> Encoding # toJSONList :: [KeyHash] -> Value # toEncodingList :: [KeyHash] -> Encoding # | |
ToJSON LovelaceError Source # | |
Methods toJSON :: LovelaceError -> Value # toEncoding :: LovelaceError -> Encoding # toJSONList :: [LovelaceError] -> Value # toEncodingList :: [LovelaceError] -> Encoding # | |
ToJSON SoftwareVersionError Source # | |
Methods toJSON :: SoftwareVersionError -> Value # toEncoding :: SoftwareVersionError -> Encoding # toJSONList :: [SoftwareVersionError] -> Value # toEncodingList :: [SoftwareVersionError] -> Encoding # | |
ToJSON ApplicationNameError Source # | |
Methods toJSON :: ApplicationNameError -> Value # toEncoding :: ApplicationNameError -> Encoding # toJSONList :: [ApplicationNameError] -> Value # toEncodingList :: [ApplicationNameError] -> Encoding # | |
ToJSON SystemTagError Source # | |
Methods toJSON :: SystemTagError -> Value # toEncoding :: SystemTagError -> Encoding # toJSONList :: [SystemTagError] -> Value # toEncodingList :: [SystemTagError] -> Encoding # | |
ToJSON UTxOError Source # | |
Methods toJSON :: UTxOError -> Value # toEncoding :: UTxOError -> Encoding # toJSONList :: [UTxOError] -> Value # toEncodingList :: [UTxOError] -> Encoding # | |
ToJSON TxValidationError Source # | |
Methods toJSON :: TxValidationError -> Value # toEncoding :: TxValidationError -> Encoding # toJSONList :: [TxValidationError] -> Value # toEncodingList :: [TxValidationError] -> Encoding # | |
ToJSON UTxOValidationError Source # | |
Methods toJSON :: UTxOValidationError -> Value # toEncoding :: UTxOValidationError -> Encoding # toJSONList :: [UTxOValidationError] -> Value # toEncodingList :: [UTxOValidationError] -> Encoding # | |
ToJSON MIRPot Source # | |
ToJSON RdmrPtr Source # | |
Methods toEncoding :: RdmrPtr -> Encoding # toJSONList :: [RdmrPtr] -> Value # toEncodingList :: [RdmrPtr] -> Encoding # | |
ToJSON VotingPeriod Source # | |
Methods toJSON :: VotingPeriod -> Value # toEncoding :: VotingPeriod -> Encoding # toJSONList :: [VotingPeriod] -> Value # toEncodingList :: [VotingPeriod] -> Encoding # | |
ToJSON ByronHash Source # | |
Methods toJSON :: ByronHash -> Value # toEncoding :: ByronHash -> Encoding # toJSONList :: [ByronHash] -> Value # toEncodingList :: [ByronHash] -> Encoding # | |
ToJSON TicknState Source # | |
Methods toJSON :: TicknState -> Value # toEncoding :: TicknState -> Encoding # toJSONList :: [TicknState] -> Value # toEncodingList :: [TicknState] -> Encoding # | |
ToJSON Error Source # | |
Methods toEncoding :: Error -> Encoding # toJSONList :: [Error] -> Value # toEncodingList :: [Error] -> Encoding # | |
ToJSON ApplyMempoolPayloadErr Source # | |
Methods toJSON :: ApplyMempoolPayloadErr -> Value # toEncoding :: ApplyMempoolPayloadErr -> Encoding # toJSONList :: [ApplyMempoolPayloadErr] -> Value # toEncodingList :: [ApplyMempoolPayloadErr] -> Encoding # | |
ToJSON ApplicationVersion Source # | |
Methods toJSON :: ApplicationVersion -> Value # toEncoding :: ApplicationVersion -> Encoding # toJSONList :: [ApplicationVersion] -> Value # toEncodingList :: [ApplicationVersion] -> Encoding # | |
ToJSON Error Source # | |
Methods toEncoding :: Error -> Encoding # toJSONList :: [Error] -> Value # toEncodingList :: [Error] -> Encoding # | |
ToJSON Error Source # | |
Methods toEncoding :: Error -> Encoding # toJSONList :: [Error] -> Value # toEncodingList :: [Error] -> Encoding # | |
ToJSON Error Source # | |
Methods toEncoding :: Error -> Encoding # toJSONList :: [Error] -> Value # toEncodingList :: [Error] -> Encoding # | |
ToJSON Error Source # | |
Methods toEncoding :: Error -> Encoding # toJSONList :: [Error] -> Value # toEncodingList :: [Error] -> Encoding # | |
ToJSON Adopted Source # | |
Methods toEncoding :: Adopted -> Encoding # toJSONList :: [Adopted] -> Value # toEncodingList :: [Adopted] -> Encoding # | |
ToJSONKey ApplicationName Source # | |
Methods toJSONKey :: ToJSONKeyFunction ApplicationName toJSONKeyList :: ToJSONKeyFunction [ApplicationName] | |
Generic (ApplyTxError era) Source # | |
Generic (TooLarge a) Source # | |
ToJSON (PoolCert StandardCrypto) Source # | |
Methods toJSON :: PoolCert StandardCrypto -> Value # toEncoding :: PoolCert StandardCrypto -> Encoding # toJSONList :: [PoolCert StandardCrypto] -> Value # toEncodingList :: [PoolCert StandardCrypto] -> Encoding # omitField :: PoolCert StandardCrypto -> Bool # | |
Show (ConwayTxCert c) => ToJSON (ConwayTxCert c) Source # | |
Methods toJSON :: ConwayTxCert c -> Value # toEncoding :: ConwayTxCert c -> Encoding # toJSONList :: [ConwayTxCert c] -> Value # toEncodingList :: [ConwayTxCert c] -> Encoding # omitField :: ConwayTxCert c -> Bool # | |
ToJSON (GenesisDelegCert StandardCrypto) Source # | |
Methods toJSON :: GenesisDelegCert StandardCrypto -> Value # toEncoding :: GenesisDelegCert StandardCrypto -> Encoding # toJSONList :: [GenesisDelegCert StandardCrypto] -> Value # toEncodingList :: [GenesisDelegCert StandardCrypto] -> Encoding # | |
ToJSON (MIRCert StandardCrypto) Source # | |
Methods toJSON :: MIRCert StandardCrypto -> Value # toEncoding :: MIRCert StandardCrypto -> Encoding # toJSONList :: [MIRCert StandardCrypto] -> Value # toEncodingList :: [MIRCert StandardCrypto] -> Encoding # omitField :: MIRCert StandardCrypto -> Bool # | |
ToJSON (ShelleyDelegCert StandardCrypto) Source # | |
Methods toJSON :: ShelleyDelegCert StandardCrypto -> Value # toEncoding :: ShelleyDelegCert StandardCrypto -> Encoding # toJSONList :: [ShelleyDelegCert StandardCrypto] -> Value # toEncodingList :: [ShelleyDelegCert StandardCrypto] -> Encoding # | |
ToJSON (MIRTarget StandardCrypto) Source # | |
Methods toJSON :: MIRTarget StandardCrypto -> Value # toEncoding :: MIRTarget StandardCrypto -> Encoding # toJSONList :: [MIRTarget StandardCrypto] -> Value # toEncodingList :: [MIRTarget StandardCrypto] -> Encoding # omitField :: MIRTarget StandardCrypto -> Bool # | |
(Crypto (EraCrypto ledgerera), ToJSON (GenesisDelegCert (EraCrypto ledgerera)), ToJSON (MIRCert (EraCrypto ledgerera)), ToJSON (PoolCert (EraCrypto ledgerera)), ToJSON (ShelleyDelegCert (EraCrypto ledgerera))) => ToJSON (ShelleyTxCert ledgerera) Source # | |
Methods toJSON :: ShelleyTxCert ledgerera -> Value # toEncoding :: ShelleyTxCert ledgerera -> Encoding # toJSONList :: [ShelleyTxCert ledgerera] -> Value # toEncodingList :: [ShelleyTxCert ledgerera] -> Encoding # omitField :: ShelleyTxCert ledgerera -> Bool # | |
ToJSON (PredicateFailure (EraRule "LEDGER" ledgerera)) => ToJSON (ApplyTxError ledgerera) Source # | |
Methods toJSON :: ApplyTxError ledgerera -> Value # toEncoding :: ApplyTxError ledgerera -> Encoding # toJSONList :: [ApplyTxError ledgerera] -> Value # toEncodingList :: [ApplyTxError ledgerera] -> Encoding # | |
(Crypto (EraCrypto ledgerera), ToJSON (TxCert ledgerera)) => ToJSON (ScriptPurpose ledgerera) Source # | |
Methods toJSON :: ScriptPurpose ledgerera -> Value # toEncoding :: ScriptPurpose ledgerera -> Encoding # toJSONList :: [ScriptPurpose ledgerera] -> Value # toEncodingList :: [ScriptPurpose ledgerera] -> Encoding # | |
(ToJSON (PredicateFailure (EraRule "UTXOW" ledgerera)), ToJSON (PredicateFailure (EraRule "DELEGS" ledgerera))) => ToJSON (ShelleyLedgerPredFailure ledgerera) Source # | |
Methods toJSON :: ShelleyLedgerPredFailure ledgerera -> Value # toEncoding :: ShelleyLedgerPredFailure ledgerera -> Encoding # toJSONList :: [ShelleyLedgerPredFailure ledgerera] -> Value # toEncodingList :: [ShelleyLedgerPredFailure ledgerera] -> Encoding # | |
(Crypto (EraCrypto ledgerera), ToJSON (PredicateFailure (EraRule "UTXO" ledgerera)), ToJSON (TxCert ledgerera)) => ToJSON (BabbageUtxowPredFailure ledgerera) Source # | |
Methods toJSON :: BabbageUtxowPredFailure ledgerera -> Value # toEncoding :: BabbageUtxowPredFailure ledgerera -> Encoding # toJSONList :: [BabbageUtxowPredFailure ledgerera] -> Value # toEncodingList :: [BabbageUtxowPredFailure ledgerera] -> Encoding # | |
Show (ShelleyDelegsPredFailure ledgerera) => ToJSON (ShelleyDelegsPredFailure ledgerera) Source # | |
Methods toJSON :: ShelleyDelegsPredFailure ledgerera -> Value # toEncoding :: ShelleyDelegsPredFailure ledgerera -> Encoding # toJSONList :: [ShelleyDelegsPredFailure ledgerera] -> Value # toEncodingList :: [ShelleyDelegsPredFailure ledgerera] -> Encoding # | |
(Crypto (EraCrypto ledgerera), ToJSON (PredicateFailure (EraRule "UTXO" ledgerera)), ToJSON (ScriptPurpose ledgerera)) => ToJSON (AlonzoUtxowPredFailure ledgerera) Source # | |
Methods toJSON :: AlonzoUtxowPredFailure ledgerera -> Value # toEncoding :: AlonzoUtxowPredFailure ledgerera -> Encoding # toJSONList :: [AlonzoUtxowPredFailure ledgerera] -> Value # toEncodingList :: [AlonzoUtxowPredFailure ledgerera] -> Encoding # | |
Show (BabbageUtxoPredFailure ledgerera) => ToJSON (BabbageUtxoPredFailure ledgerera) Source # | |
Methods toJSON :: BabbageUtxoPredFailure ledgerera -> Value # toEncoding :: BabbageUtxoPredFailure ledgerera -> Encoding # toJSONList :: [BabbageUtxoPredFailure ledgerera] -> Value # toEncodingList :: [BabbageUtxoPredFailure ledgerera] -> Encoding # | |
(Crypto (EraCrypto ledgerera), ToJSON (PredicateFailure (EraRule "UTXO" ledgerera))) => ToJSON (ShelleyUtxowPredFailure ledgerera) Source # | |
Methods toJSON :: ShelleyUtxowPredFailure ledgerera -> Value # toEncoding :: ShelleyUtxowPredFailure ledgerera -> Encoding # toJSONList :: [ShelleyUtxowPredFailure ledgerera] -> Value # toEncodingList :: [ShelleyUtxowPredFailure ledgerera] -> Encoding # | |
Show (AlonzoUtxoPredFailure ledgerera) => ToJSON (AlonzoUtxoPredFailure ledgerera) Source # | |
Methods toJSON :: AlonzoUtxoPredFailure ledgerera -> Value # toEncoding :: AlonzoUtxoPredFailure ledgerera -> Encoding # toJSONList :: [AlonzoUtxoPredFailure ledgerera] -> Value # toEncodingList :: [AlonzoUtxoPredFailure ledgerera] -> Encoding # | |
Show (AllegraUtxoPredFailure ledgerera) => ToJSON (AllegraUtxoPredFailure ledgerera) Source # | |
Methods toJSON :: AllegraUtxoPredFailure ledgerera -> Value # toEncoding :: AllegraUtxoPredFailure ledgerera -> Encoding # toJSONList :: [AllegraUtxoPredFailure ledgerera] -> Value # toEncodingList :: [AllegraUtxoPredFailure ledgerera] -> Encoding # | |
Show (ShelleyUtxoPredFailure ledgerera) => ToJSON (ShelleyUtxoPredFailure ledgerera) Source # | |
Methods toJSON :: ShelleyUtxoPredFailure ledgerera -> Value # toEncoding :: ShelleyUtxoPredFailure ledgerera -> Encoding # toJSONList :: [ShelleyUtxoPredFailure ledgerera] -> Value # toEncodingList :: [ShelleyUtxoPredFailure ledgerera] -> Encoding # | |
(Crypto (EraCrypto ledgerera), ToJSON (PredicateFailure (EraRule "UTXO" ledgerera))) => ToJSON (ShelleyPpupPredFailure ledgerera) Source # | |
Methods toJSON :: ShelleyPpupPredFailure ledgerera -> Value # toEncoding :: ShelleyPpupPredFailure ledgerera -> Encoding # toJSONList :: [ShelleyPpupPredFailure ledgerera] -> Value # toEncodingList :: [ShelleyPpupPredFailure ledgerera] -> Encoding # | |
Show (ConwayLedgerPredFailure ledgerera) => ToJSON (ConwayLedgerPredFailure ledgerera) Source # | |
Methods toJSON :: ConwayLedgerPredFailure ledgerera -> Value # toEncoding :: ConwayLedgerPredFailure ledgerera -> Encoding # toJSONList :: [ConwayLedgerPredFailure ledgerera] -> Value # toEncodingList :: [ConwayLedgerPredFailure ledgerera] -> Encoding # | |
ToJSON (PraosState StandardCrypto) Source # | |
Methods toJSON :: PraosState StandardCrypto -> Value # toEncoding :: PraosState StandardCrypto -> Encoding # toJSONList :: [PraosState StandardCrypto] -> Value # toEncodingList :: [PraosState StandardCrypto] -> Encoding # omitField :: PraosState StandardCrypto -> Bool # | |
ToJSON (TPraosState StandardCrypto) Source # | |
Methods toJSON :: TPraosState StandardCrypto -> Value # toEncoding :: TPraosState StandardCrypto -> Encoding # toJSONList :: [TPraosState StandardCrypto] -> Value # toEncodingList :: [TPraosState StandardCrypto] -> Encoding # omitField :: TPraosState StandardCrypto -> Bool # | |
ToJSON (ChainDepState StandardCrypto) Source # | |
Methods toJSON :: ChainDepState StandardCrypto -> Value # toEncoding :: ChainDepState StandardCrypto -> Encoding # toJSONList :: [ChainDepState StandardCrypto] -> Value # toEncodingList :: [ChainDepState StandardCrypto] -> Encoding # omitField :: ChainDepState StandardCrypto -> Bool # | |
ToJSON (PrtclState StandardCrypto) Source # | |
Methods toJSON :: PrtclState StandardCrypto -> Value # toEncoding :: PrtclState StandardCrypto -> Encoding # toJSONList :: [PrtclState StandardCrypto] -> Value # toEncodingList :: [PrtclState StandardCrypto] -> Encoding # omitField :: PrtclState StandardCrypto -> Bool # | |
ToJSON (StakeSnapshot crypto) Source # | |
Methods toJSON :: StakeSnapshot crypto -> Value # toEncoding :: StakeSnapshot crypto -> Encoding # toJSONList :: [StakeSnapshot crypto] -> Value # toEncodingList :: [StakeSnapshot crypto] -> Encoding # | |
Crypto crypto => ToJSON (StakeSnapshots crypto) Source # | |
Methods toJSON :: StakeSnapshots crypto -> Value # toEncoding :: StakeSnapshots crypto -> Encoding # toJSONList :: [StakeSnapshots crypto] -> Value # toEncodingList :: [StakeSnapshots crypto] -> Encoding # | |
Crypto crypto => ToJSON (ShelleyHash crypto) Source # | |
Methods toJSON :: ShelleyHash crypto -> Value # toEncoding :: ShelleyHash crypto -> Encoding # toJSONList :: [ShelleyHash crypto] -> Value # toEncodingList :: [ShelleyHash crypto] -> Encoding # | |
Crypto crypto => ToJSON (HashHeader crypto) Source # | |
Methods toJSON :: HashHeader crypto -> Value # toEncoding :: HashHeader crypto -> Encoding # toJSONList :: [HashHeader crypto] -> Value # toEncodingList :: [HashHeader crypto] -> Encoding # | |
ToJSON a => ToJSON (TooLarge a) Source # | |
Methods toJSON :: TooLarge a -> Value # toEncoding :: TooLarge a -> Encoding # toJSONList :: [TooLarge a] -> Value # toEncodingList :: [TooLarge a] -> Encoding # | |
Semigroup (ShelleyPParams StrictMaybe era) Source # | |
Methods (<>) :: ShelleyPParams StrictMaybe era -> ShelleyPParams StrictMaybe era -> ShelleyPParams StrictMaybe era Source # sconcat :: NonEmpty (ShelleyPParams StrictMaybe era) -> ShelleyPParams StrictMaybe era Source # stimes :: Integral b => b -> ShelleyPParams StrictMaybe era -> ShelleyPParams StrictMaybe era Source # | |
Semigroup (BabbagePParams StrictMaybe era) Source # | |
Methods (<>) :: BabbagePParams StrictMaybe era -> BabbagePParams StrictMaybe era -> BabbagePParams StrictMaybe era Source # sconcat :: NonEmpty (BabbagePParams StrictMaybe era) -> BabbagePParams StrictMaybe era Source # stimes :: Integral b => b -> BabbagePParams StrictMaybe era -> BabbagePParams StrictMaybe era Source # | |
Semigroup (ConwayPParams StrictMaybe era) Source # | |
Methods (<>) :: ConwayPParams StrictMaybe era -> ConwayPParams StrictMaybe era -> ConwayPParams StrictMaybe era Source # sconcat :: NonEmpty (ConwayPParams StrictMaybe era) -> ConwayPParams StrictMaybe era Source # stimes :: Integral b => b -> ConwayPParams StrictMaybe era -> ConwayPParams StrictMaybe era Source # | |
Semigroup (AlonzoPParams StrictMaybe era) Source # | |
Methods (<>) :: AlonzoPParams StrictMaybe era -> AlonzoPParams StrictMaybe era -> AlonzoPParams StrictMaybe era Source # sconcat :: NonEmpty (AlonzoPParams StrictMaybe era) -> AlonzoPParams StrictMaybe era Source # stimes :: Integral b => b -> AlonzoPParams StrictMaybe era -> AlonzoPParams StrictMaybe era Source # | |
Crypto c => ToJSON (VKey 'Witness c) Source # | |
ToJSON (OneEraHash xs) Source # | |
Methods toJSON :: OneEraHash xs -> Value # toEncoding :: OneEraHash xs -> Encoding # toJSONList :: [OneEraHash xs] -> Value # toEncodingList :: [OneEraHash xs] -> Encoding # | |
ToJSON (HeaderHash blk) => ToJSON (Tip blk) Source # | |
Methods toEncoding :: Tip blk -> Encoding # toJSONList :: [Tip blk] -> Value # toEncodingList :: [Tip blk] -> Encoding # |