hydra-node-0.21.0: The Hydra node
Safe HaskellSafe-Inferred
LanguageGHC2021

Hydra.API.ServerOutput

Synopsis

Documentation

data TimedServerOutput tx Source #

The type of messages sent to clients by the Server.

Constructors

TimedServerOutput 

Fields

Instances

Instances details
Arbitrary (ServerOutput tx) => Arbitrary (TimedServerOutput tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

IsChainState tx => FromJSON (TimedServerOutput tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

Methods

parseJSON :: Value -> Parser (TimedServerOutput tx)

parseJSONList :: Value -> Parser [TimedServerOutput tx]

omittedField :: Maybe (TimedServerOutput tx)

IsChainState tx => ToJSON (TimedServerOutput tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

Methods

toJSON :: TimedServerOutput tx -> Value

toEncoding :: TimedServerOutput tx -> Encoding

toJSONList :: [TimedServerOutput tx] -> Value

toEncodingList :: [TimedServerOutput tx] -> Encoding

omitField :: TimedServerOutput tx -> Bool

Generic (TimedServerOutput tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

Associated Types

type Rep (TimedServerOutput tx) :: Type -> Type Source #

IsChainState tx => Show (TimedServerOutput tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

IsChainState tx => Eq (TimedServerOutput tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

type Rep (TimedServerOutput tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

type Rep (TimedServerOutput tx) = D1 ('MetaData "TimedServerOutput" "Hydra.API.ServerOutput" "hydra-node-0.21.0-IAzUD3nPoh4KjMRMHOKHuC" 'False) (C1 ('MetaCons "TimedServerOutput" 'PrefixI 'True) (S1 ('MetaSel ('Just "output") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (ServerOutput tx)) :*: (S1 ('MetaSel ('Just "seq") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Natural) :*: S1 ('MetaSel ('Just "time") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 UTCTime))))

data DecommitInvalidReason tx Source #

Constructors

DecommitTxInvalid 

Fields

DecommitAlreadyInFlight 

Fields

Instances

Instances details
ArbitraryIsTx tx => Arbitrary (DecommitInvalidReason tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

(FromJSON (TxIdType tx), FromJSON (UTxOType tx)) => FromJSON (DecommitInvalidReason tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

(ToJSON (TxIdType tx), ToJSON (UTxOType tx)) => ToJSON (DecommitInvalidReason tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

Generic (DecommitInvalidReason tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

Associated Types

type Rep (DecommitInvalidReason tx) :: Type -> Type Source #

(Show (TxIdType tx), Show (UTxOType tx)) => Show (DecommitInvalidReason tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

(Eq (TxIdType tx), Eq (UTxOType tx)) => Eq (DecommitInvalidReason tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

type Rep (DecommitInvalidReason tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

type Rep (DecommitInvalidReason tx) = D1 ('MetaData "DecommitInvalidReason" "Hydra.API.ServerOutput" "hydra-node-0.21.0-IAzUD3nPoh4KjMRMHOKHuC" 'False) (C1 ('MetaCons "DecommitTxInvalid" 'PrefixI 'True) (S1 ('MetaSel ('Just "localUTxO") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (UTxOType tx)) :*: S1 ('MetaSel ('Just "validationError") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ValidationError)) :+: C1 ('MetaCons "DecommitAlreadyInFlight" 'PrefixI 'True) (S1 ('MetaSel ('Just "otherDecommitTxId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (TxIdType tx))))

data ClientMessage tx Source #

Individual messages as produced by the HeadLogic in the ClientEffect.

Instances

Instances details
(IsChainState tx, ArbitraryIsTx tx) => Arbitrary (ClientMessage tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

Methods

arbitrary :: Gen (ClientMessage tx)

shrink :: ClientMessage tx -> [ClientMessage tx]

IsChainState tx => FromJSON (ClientMessage tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

Methods

parseJSON :: Value -> Parser (ClientMessage tx)

parseJSONList :: Value -> Parser [ClientMessage tx]

omittedField :: Maybe (ClientMessage tx)

IsChainState tx => ToJSON (ClientMessage tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

Methods

toJSON :: ClientMessage tx -> Value

toEncoding :: ClientMessage tx -> Encoding

toJSONList :: [ClientMessage tx] -> Value

toEncodingList :: [ClientMessage tx] -> Encoding

omitField :: ClientMessage tx -> Bool

Generic (ClientMessage tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

Associated Types

type Rep (ClientMessage tx) :: Type -> Type Source #

IsChainState tx => Show (ClientMessage tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

IsChainState tx => Eq (ClientMessage tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

type Rep (ClientMessage tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

type Rep (ClientMessage tx) = D1 ('MetaData "ClientMessage" "Hydra.API.ServerOutput" "hydra-node-0.21.0-IAzUD3nPoh4KjMRMHOKHuC" 'False) (C1 ('MetaCons "CommandFailed" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientInput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (ClientInput tx)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (HeadState tx))) :+: C1 ('MetaCons "PostTxOnChainFailed" 'PrefixI 'True) (S1 ('MetaSel ('Just "postChainTx") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (PostChainTx tx)) :*: S1 ('MetaSel ('Just "postTxError") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (PostTxError tx))))

data Greetings tx Source #

A friendly welcome message which tells a client something about the node. Currently used for knowing what signing key the server uses (it only knows one), HeadStatus and optionally (if HeadIsOpen or SnapshotConfirmed message is emitted) UTxO's present in the Hydra Head.

Constructors

Greetings 

Fields

Instances

Instances details
ArbitraryIsTx tx => Arbitrary (Greetings tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

Methods

arbitrary :: Gen (Greetings tx)

shrink :: Greetings tx -> [Greetings tx]

IsChainState tx => FromJSON (Greetings tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

Methods

parseJSON :: Value -> Parser (Greetings tx)

parseJSONList :: Value -> Parser [Greetings tx]

omittedField :: Maybe (Greetings tx)

IsChainState tx => ToJSON (Greetings tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

Methods

toJSON :: Greetings tx -> Value

toEncoding :: Greetings tx -> Encoding

toJSONList :: [Greetings tx] -> Value

toEncodingList :: [Greetings tx] -> Encoding

omitField :: Greetings tx -> Bool

Generic (Greetings tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

Associated Types

type Rep (Greetings tx) :: Type -> Type Source #

Methods

from :: Greetings tx -> Rep (Greetings tx) x Source #

to :: Rep (Greetings tx) x -> Greetings tx Source #

IsChainState tx => Show (Greetings tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

IsChainState tx => Eq (Greetings tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

Methods

(==) :: Greetings tx -> Greetings tx -> Bool Source #

(/=) :: Greetings tx -> Greetings tx -> Bool Source #

type Rep (Greetings tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

type Rep (Greetings tx) = D1 ('MetaData "Greetings" "Hydra.API.ServerOutput" "hydra-node-0.21.0-IAzUD3nPoh4KjMRMHOKHuC" 'False) (C1 ('MetaCons "Greetings" 'PrefixI 'True) ((S1 ('MetaSel ('Just "me") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Party) :*: S1 ('MetaSel ('Just "headStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 HeadStatus)) :*: (S1 ('MetaSel ('Just "hydraHeadId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe HeadId)) :*: (S1 ('MetaSel ('Just "snapshotUtxo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe (UTxOType tx))) :*: S1 ('MetaSel ('Just "hydraNodeVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String)))))

data InvalidInput Source #

Constructors

InvalidInput 

Fields

Instances

Instances details
FromJSON InvalidInput Source # 
Instance details

Defined in Hydra.API.ServerOutput

Methods

parseJSON :: Value -> Parser InvalidInput

parseJSONList :: Value -> Parser [InvalidInput]

omittedField :: Maybe InvalidInput

ToJSON InvalidInput Source # 
Instance details

Defined in Hydra.API.ServerOutput

Methods

toJSON :: InvalidInput -> Value

toEncoding :: InvalidInput -> Encoding

toJSONList :: [InvalidInput] -> Value

toEncodingList :: [InvalidInput] -> Encoding

omitField :: InvalidInput -> Bool

Generic InvalidInput Source # 
Instance details

Defined in Hydra.API.ServerOutput

Associated Types

type Rep InvalidInput :: Type -> Type Source #

Show InvalidInput Source # 
Instance details

Defined in Hydra.API.ServerOutput

Eq InvalidInput Source # 
Instance details

Defined in Hydra.API.ServerOutput

type Rep InvalidInput Source # 
Instance details

Defined in Hydra.API.ServerOutput

type Rep InvalidInput = D1 ('MetaData "InvalidInput" "Hydra.API.ServerOutput" "hydra-node-0.21.0-IAzUD3nPoh4KjMRMHOKHuC" 'False) (C1 ('MetaCons "InvalidInput" 'PrefixI 'True) (S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String) :*: S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

data ServerOutput tx Source #

Constructors

NetworkConnected 
NetworkDisconnected 
NetworkVersionMismatch 
PeerConnected 

Fields

PeerDisconnected 

Fields

HeadIsInitializing 

Fields

Committed 

Fields

HeadIsOpen 

Fields

HeadIsClosed 

Fields

  • headId :: HeadId
     
  • snapshotNumber :: SnapshotNumber
     
  • contestationDeadline :: UTCTime

    Nominal deadline until which contest can be submitted and after which fanout is possible. NOTE: Use this only for informational purpose and wait for ReadyToFanout instead before sending Fanout as the ledger of our cardano-node might not have progressed sufficiently in time yet and we do not re-submit transactions (yet).

HeadIsContested 

Fields

  • headId :: HeadId
     
  • snapshotNumber :: SnapshotNumber
     
  • contestationDeadline :: UTCTime

    Nominal deadline until which contest can be submitted and after which fanout is possible. NOTE: Use this only for informational purpose and wait for ReadyToFanout instead before sending Fanout as the ledger of our cardano-node might not have progressed sufficiently in time yet and we do not re-submit transactions (yet).

ReadyToFanout 

Fields

HeadIsAborted 

Fields

HeadIsFinalized 

Fields

TxValid

Given transaction has been seen as valid in the Head. It is expected to eventually be part of a SnapshotConfirmed.

Fields

TxInvalid

Given transaction was not not applicable to the given UTxO in time and has been dropped.

Fields

SnapshotConfirmed

Given snapshot was confirmed and included transactions can be considered final.

Fields

IgnoredHeadInitializing 

Fields

DecommitRequested 

Fields

DecommitInvalid 
DecommitApproved 

Fields

DecommitFinalized 

Fields

CommitRecorded 

Fields

CommitApproved 

Fields

CommitFinalized 

Fields

CommitRecovered 

Fields

SnapshotSideLoaded

Snapshot was side-loaded, and the included transactions can be considered final. The local state has been reset, meaning pending transactions were pruned. Any signing round has been discarded, and the snapshot leader has changed accordingly.

Fields

Instances

Instances details
ArbitraryIsTx tx => Arbitrary (ServerOutput tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

Methods

arbitrary :: Gen (ServerOutput tx)

shrink :: ServerOutput tx -> [ServerOutput tx]

IsChainState tx => FromJSON (ServerOutput tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

Methods

parseJSON :: Value -> Parser (ServerOutput tx)

parseJSONList :: Value -> Parser [ServerOutput tx]

omittedField :: Maybe (ServerOutput tx)

IsChainState tx => ToJSON (ServerOutput tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

Methods

toJSON :: ServerOutput tx -> Value

toEncoding :: ServerOutput tx -> Encoding

toJSONList :: [ServerOutput tx] -> Value

toEncodingList :: [ServerOutput tx] -> Encoding

omitField :: ServerOutput tx -> Bool

Generic (ServerOutput tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

Associated Types

type Rep (ServerOutput tx) :: Type -> Type Source #

IsChainState tx => Show (ServerOutput tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

IsChainState tx => Eq (ServerOutput tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

(ArbitraryIsTx tx, IsChainState tx) => ToADTArbitrary (ServerOutput tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

Methods

toADTArbitrarySingleton :: Proxy (ServerOutput tx) -> Gen (ADTArbitrarySingleton (ServerOutput tx))

toADTArbitrary :: Proxy (ServerOutput tx) -> Gen (ADTArbitrary (ServerOutput tx))

type Rep (ServerOutput tx) Source # 
Instance details

Defined in Hydra.API.ServerOutput

type Rep (ServerOutput tx) = D1 ('MetaData "ServerOutput" "Hydra.API.ServerOutput" "hydra-node-0.21.0-IAzUD3nPoh4KjMRMHOKHuC" 'False) ((((C1 ('MetaCons "NetworkConnected" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "NetworkDisconnected" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "NetworkVersionMismatch" 'PrefixI 'True) (S1 ('MetaSel ('Just "ourVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ProtocolVersion) :*: S1 ('MetaSel ('Just "theirVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe ProtocolVersion))))) :+: (C1 ('MetaCons "PeerConnected" 'PrefixI 'True) (S1 ('MetaSel ('Just "peer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Host)) :+: (C1 ('MetaCons "PeerDisconnected" 'PrefixI 'True) (S1 ('MetaSel ('Just "peer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Host)) :+: C1 ('MetaCons "HeadIsInitializing" 'PrefixI 'True) (S1 ('MetaSel ('Just "headId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 HeadId) :*: S1 ('MetaSel ('Just "parties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Party]))))) :+: ((C1 ('MetaCons "Committed" 'PrefixI 'True) (S1 ('MetaSel ('Just "headId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 HeadId) :*: (S1 ('MetaSel ('Just "party") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Party) :*: S1 ('MetaSel ('Just "utxo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (UTxOType tx)))) :+: (C1 ('MetaCons "HeadIsOpen" 'PrefixI 'True) (S1 ('MetaSel ('Just "headId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 HeadId) :*: S1 ('MetaSel ('Just "utxo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (UTxOType tx))) :+: C1 ('MetaCons "HeadIsClosed" 'PrefixI 'True) (S1 ('MetaSel ('Just "headId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 HeadId) :*: (S1 ('MetaSel ('Just "snapshotNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SnapshotNumber) :*: S1 ('MetaSel ('Just "contestationDeadline") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 UTCTime))))) :+: ((C1 ('MetaCons "HeadIsContested" 'PrefixI 'True) (S1 ('MetaSel ('Just "headId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 HeadId) :*: (S1 ('MetaSel ('Just "snapshotNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SnapshotNumber) :*: S1 ('MetaSel ('Just "contestationDeadline") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 UTCTime))) :+: C1 ('MetaCons "ReadyToFanout" 'PrefixI 'True) (S1 ('MetaSel ('Just "headId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 HeadId))) :+: (C1 ('MetaCons "HeadIsAborted" 'PrefixI 'True) (S1 ('MetaSel ('Just "headId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 HeadId) :*: S1 ('MetaSel ('Just "utxo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (UTxOType tx))) :+: C1 ('MetaCons "HeadIsFinalized" 'PrefixI 'True) (S1 ('MetaSel ('Just "headId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 HeadId) :*: S1 ('MetaSel ('Just "utxo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (UTxOType tx))))))) :+: (((C1 ('MetaCons "TxValid" 'PrefixI 'True) (S1 ('MetaSel ('Just "headId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 HeadId) :*: (S1 ('MetaSel ('Just "transactionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (TxIdType tx)) :*: S1 ('MetaSel ('Just "transaction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 tx))) :+: (C1 ('MetaCons "TxInvalid" 'PrefixI 'True) ((S1 ('MetaSel ('Just "headId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 HeadId) :*: S1 ('MetaSel ('Just "utxo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (UTxOType tx))) :*: (S1 ('MetaSel ('Just "transaction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 tx) :*: S1 ('MetaSel ('Just "validationError") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ValidationError))) :+: C1 ('MetaCons "SnapshotConfirmed" 'PrefixI 'True) (S1 ('MetaSel ('Just "headId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 HeadId) :*: (S1 ('MetaSel ('Just "snapshot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Snapshot tx)) :*: S1 ('MetaSel ('Just "signatures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (MultiSignature (Snapshot tx))))))) :+: (C1 ('MetaCons "IgnoredHeadInitializing" 'PrefixI 'True) ((S1 ('MetaSel ('Just "headId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 HeadId) :*: S1 ('MetaSel ('Just "contestationPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ContestationPeriod)) :*: (S1 ('MetaSel ('Just "parties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Party]) :*: S1 ('MetaSel ('Just "participants") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [OnChainId]))) :+: (C1 ('MetaCons "DecommitRequested" 'PrefixI 'True) (S1 ('MetaSel ('Just "headId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 HeadId) :*: (S1 ('MetaSel ('Just "decommitTx") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 tx) :*: S1 ('MetaSel ('Just "utxoToDecommit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (UTxOType tx)))) :+: C1 ('MetaCons "DecommitInvalid" 'PrefixI 'True) (S1 ('MetaSel ('Just "headId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 HeadId) :*: (S1 ('MetaSel ('Just "decommitTx") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 tx) :*: S1 ('MetaSel ('Just "decommitInvalidReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (DecommitInvalidReason tx))))))) :+: ((C1 ('MetaCons "DecommitApproved" 'PrefixI 'True) (S1 ('MetaSel ('Just "headId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 HeadId) :*: (S1 ('MetaSel ('Just "decommitTxId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (TxIdType tx)) :*: S1 ('MetaSel ('Just "utxoToDecommit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (UTxOType tx)))) :+: (C1 ('MetaCons "DecommitFinalized" 'PrefixI 'True) (S1 ('MetaSel ('Just "headId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 HeadId) :*: S1 ('MetaSel ('Just "decommitTxId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (TxIdType tx))) :+: C1 ('MetaCons "CommitRecorded" 'PrefixI 'True) ((S1 ('MetaSel ('Just "headId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 HeadId) :*: S1 ('MetaSel ('Just "utxoToCommit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (UTxOType tx))) :*: (S1 ('MetaSel ('Just "pendingDeposit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (TxIdType tx)) :*: S1 ('MetaSel ('Just "deadline") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 UTCTime))))) :+: ((C1 ('MetaCons "CommitApproved" 'PrefixI 'True) (S1 ('MetaSel ('Just "headId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 HeadId) :*: S1 ('MetaSel ('Just "utxoToCommit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (UTxOType tx))) :+: C1 ('MetaCons "CommitFinalized" 'PrefixI 'True) (S1 ('MetaSel ('Just "headId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 HeadId) :*: S1 ('MetaSel ('Just "depositTxId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (TxIdType tx)))) :+: (C1 ('MetaCons "CommitRecovered" 'PrefixI 'True) (S1 ('MetaSel ('Just "headId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 HeadId) :*: (S1 ('MetaSel ('Just "recoveredUTxO") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (UTxOType tx)) :*: S1 ('MetaSel ('Just "recoveredTxId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (TxIdType tx)))) :+: C1 ('MetaCons "SnapshotSideLoaded" 'PrefixI 'True) (S1 ('MetaSel ('Just "headId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 HeadId) :*: S1 ('MetaSel ('Just "snapshotNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SnapshotNumber)))))))

data WithUTxO Source #

Whether or not to include full UTxO in server outputs.

Constructors

WithUTxO 
WithoutUTxO 

Instances

Instances details
Show WithUTxO Source # 
Instance details

Defined in Hydra.API.ServerOutput

Eq WithUTxO Source # 
Instance details

Defined in Hydra.API.ServerOutput

data WithAddressedTx Source #

Whether or not to filter transaction server outputs by given address.

prepareServerOutput Source #

Arguments

:: IsChainState tx 
=> ServerOutputConfig

Decide on tx representation

-> TimedServerOutput tx

Server output

-> ByteString

Final output

Replaces the json encoded tx field with it's cbor representation.

NOTE: we deliberately pattern match on all ServerOutput constructors in handleTxOutput so that we don't forget to update this function if they change.

data HeadStatus Source #

All possible Hydra states displayed in the API server outputs.

Instances

Instances details
Arbitrary HeadStatus Source # 
Instance details

Defined in Hydra.API.ServerOutput

FromJSON HeadStatus Source # 
Instance details

Defined in Hydra.API.ServerOutput

Methods

parseJSON :: Value -> Parser HeadStatus

parseJSONList :: Value -> Parser [HeadStatus]

omittedField :: Maybe HeadStatus

ToJSON HeadStatus Source # 
Instance details

Defined in Hydra.API.ServerOutput

Methods

toJSON :: HeadStatus -> Value

toEncoding :: HeadStatus -> Encoding

toJSONList :: [HeadStatus] -> Value

toEncodingList :: [HeadStatus] -> Encoding

omitField :: HeadStatus -> Bool

Generic HeadStatus Source # 
Instance details

Defined in Hydra.API.ServerOutput

Associated Types

type Rep HeadStatus :: Type -> Type Source #

Show HeadStatus Source # 
Instance details

Defined in Hydra.API.ServerOutput

Eq HeadStatus Source # 
Instance details

Defined in Hydra.API.ServerOutput

type Rep HeadStatus Source # 
Instance details

Defined in Hydra.API.ServerOutput

type Rep HeadStatus = D1 ('MetaData "HeadStatus" "Hydra.API.ServerOutput" "hydra-node-0.21.0-IAzUD3nPoh4KjMRMHOKHuC" 'False) ((C1 ('MetaCons "Idle" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "Initializing" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Open" 'PrefixI 'False) (U1 :: Type -> Type))) :+: (C1 ('MetaCons "Closed" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "FanoutPossible" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Final" 'PrefixI 'False) (U1 :: Type -> Type))))

data CommitInfo Source #

All information needed to distinguish behavior of the commit endpoint.

Constructors

CannotCommit 
NormalCommit HeadId 
IncrementalCommit HeadId