plutus-contract-1.1.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 #

ToJSON RequestHandlerLogMsg Source # 
Instance details

Defined in Wallet.Emulator.LogMessages

FromJSON RequestHandlerLogMsg Source # 
Instance details

Defined in Wallet.Emulator.LogMessages

Pretty RequestHandlerLogMsg Source # 
Instance details

Defined in Wallet.Emulator.LogMessages

type Rep RequestHandlerLogMsg Source # 
Instance details

Defined in Wallet.Emulator.LogMessages

type Rep RequestHandlerLogMsg = D1 ('MetaData "RequestHandlerLogMsg" "Wallet.Emulator.LogMessages" "plutus-contract-1.1.0.0-KZTRXOViW1GCXNPMdYqx30" '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 [Ada])))))

data TxBalanceMsg Source #

Instances

Instances details
Eq TxBalanceMsg Source # 
Instance details

Defined in Wallet.Emulator.LogMessages

Show TxBalanceMsg Source # 
Instance details

Defined in Wallet.Emulator.LogMessages

Generic TxBalanceMsg Source # 
Instance details

Defined in Wallet.Emulator.LogMessages

Associated Types

type Rep TxBalanceMsg :: Type -> Type Source #

ToJSON TxBalanceMsg Source # 
Instance details

Defined in Wallet.Emulator.LogMessages

FromJSON TxBalanceMsg Source # 
Instance details

Defined in Wallet.Emulator.LogMessages

Pretty TxBalanceMsg Source # 
Instance details

Defined in Wallet.Emulator.LogMessages

type Rep TxBalanceMsg Source # 
Instance details

Defined in Wallet.Emulator.LogMessages

type Rep TxBalanceMsg = D1 ('MetaData "TxBalanceMsg" "Wallet.Emulator.LogMessages" "plutus-contract-1.1.0.0-KZTRXOViW1GCXNPMdYqx30" 'False) ((C1 ('MetaCons "BalancingUnbalancedTx" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 UnbalancedTx)) :+: 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 TxId) :*: 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) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Text])))))))