Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Language.Marlowe.Runtime.Indexer.Database.PostgreSQL.GetMarloweUTxO
Documentation
getMarloweUTxO :: BlockHeader -> Transaction MarloweUTxO Source #
decodeContractOutputRow :: (ByteString, Int16, ByteString, Int16, ByteString, ByteString) -> (ContractId, UnspentContractOutput) Source #
decodePayoutOutputRow :: (ByteString, Int16, ByteString, Int16) -> (ContractId, TxOutRef) Source #
prepareBlockQueryParams :: BlockHeader -> (ByteString, Int64, Int64) Source #