marlowe-runtime-0.0.5: Runtime system for running Marlowe financial contracts on the Cardano Computation Layer
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.Marlowe.Runtime.Sync.Database.PostgreSQL.GetPayout

Synopsis

Documentation

getPayout Source #

Arguments

:: TxOutRef

The tx output that sent the payout, which identifies the payout.

-> Transaction (Maybe SomePayoutState) 

Fetch a payout by its ID.

decodeSomePayoutState :: (ByteString, Int16, ByteString, Int16, ByteString, ByteString, ByteString, Int64, Vector ByteString, Vector ByteString, Vector Int64, Maybe ByteString) -> SomePayoutState Source #