plutus-contract-1.2.0.0
Safe HaskellNone
LanguageHaskell2010

Wallet.Emulator.LogMessages

Description

The log messages produced by the emulator.

Documentation

data RequestHandlerLogMsg Source #

Instances

Instances details
Eq RequestHandlerLogMsg Source # 
Instance details

Defined in Wallet.Emulator.LogMessages

Show RequestHandlerLogMsg Source # 
Instance details

Defined in Wallet.Emulator.LogMessages

Generic RequestHandlerLogMsg Source # 
Instance details

Defined in Wallet.Emulator.LogMessages

Associated Types

type Rep RequestHandlerLogMsg :: Type -> Type Source #

FromJSON RequestHandlerLogMsg Source # 
Instance details

Defined in Wallet.Emulator.LogMessages

Methods

parseJSON :: Value -> Parser RequestHandlerLogMsg

parseJSONList :: Value -> Parser [RequestHandlerLogMsg]

ToJSON RequestHandlerLogMsg Source # 
Instance details

Defined in Wallet.Emulator.LogMessages

Pretty RequestHandlerLogMsg Source # 
Instance details

Defined in Wallet.Emulator.LogMessages

Methods

pretty :: RequestHandlerLogMsg -> Doc ann

prettyList :: [RequestHandlerLogMsg] -> Doc ann

type Rep RequestHandlerLogMsg Source # 
Instance details

Defined in Wallet.Emulator.LogMessages

type Rep RequestHandlerLogMsg = D1 ('MetaData "RequestHandlerLogMsg" "Wallet.Emulator.LogMessages" "plutus-contract-1.2.0.0-FH8LC9wh7UV4Nmv68NHXrC" 'False) ((C1 ('MetaCons "SlotNoticationTargetVsCurrent" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Slot) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Slot)) :+: C1 ('MetaCons "StartWatchingContractAddresses" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "HandleTxFailed" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 WalletAPIError)) :+: (C1 ('MetaCons "UtxoAtFailed" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Address)) :+: C1 ('MetaCons "AdjustingUnbalancedTx" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Lovelace])))))

data TxBalanceMsg #

Constructors

BalancingUnbalancedTx CardanoBuildTx UtxoIndex 
FinishedBalancing CardanoTx 
SigningTx CardanoTx 
SubmittingTx CardanoTx 
ValidationFailed ValidationPhase CardanoTx ValidationError Value 

Instances

Instances details
Eq TxBalanceMsg 
Instance details

Defined in Cardano.Node.Emulator.LogMessages

Show TxBalanceMsg 
Instance details

Defined in Cardano.Node.Emulator.LogMessages

Generic TxBalanceMsg 
Instance details

Defined in Cardano.Node.Emulator.LogMessages

Associated Types

type Rep TxBalanceMsg :: Type -> Type Source #

FromJSON TxBalanceMsg 
Instance details

Defined in Cardano.Node.Emulator.LogMessages

Methods

parseJSON :: Value -> Parser TxBalanceMsg

parseJSONList :: Value -> Parser [TxBalanceMsg]

ToJSON TxBalanceMsg 
Instance details

Defined in Cardano.Node.Emulator.LogMessages

Methods

toJSON :: TxBalanceMsg -> Value

toEncoding :: TxBalanceMsg -> Encoding

toJSONList :: [TxBalanceMsg] -> Value

toEncodingList :: [TxBalanceMsg] -> Encoding

Pretty TxBalanceMsg 
Instance details

Defined in Cardano.Node.Emulator.LogMessages

Methods

pretty :: TxBalanceMsg -> Doc ann

prettyList :: [TxBalanceMsg] -> Doc ann

type Rep TxBalanceMsg 
Instance details

Defined in Cardano.Node.Emulator.LogMessages

type Rep TxBalanceMsg = D1 ('MetaData "TxBalanceMsg" "Cardano.Node.Emulator.LogMessages" "cardano-node-emulator-1.2.0.0-1RjxyDmnwHSAn2KgGdAUXD" 'False) ((C1 ('MetaCons "BalancingUnbalancedTx" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 CardanoBuildTx) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 UtxoIndex)) :+: C1 ('MetaCons "FinishedBalancing" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 CardanoTx))) :+: (C1 ('MetaCons "SigningTx" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 CardanoTx)) :+: (C1 ('MetaCons "SubmittingTx" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 CardanoTx)) :+: C1 ('MetaCons "ValidationFailed" 'PrefixI 'False) ((S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ValidationPhase) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 CardanoTx)) :*: (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ValidationError) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Value))))))

_BalancingUnbalancedTx :: Prism' TxBalanceMsg (CardanoBuildTx, UtxoIndex) #

_ValidationFailed :: Prism' TxBalanceMsg (ValidationPhase, CardanoTx, ValidationError, Value) #