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.GetWithdrawals

Documentation

getWithdrawals :: WithdrawalFilter -> Range TxId -> Transaction (Maybe (Page TxId Withdrawal)) Source #

getTotalCount :: WithdrawalFilter -> Transaction Int Source #

getWithdrawalsFrom :: WithdrawalFilter -> Int -> (Int64, ByteString) -> Int -> Int -> Order -> Transaction (Page TxId Withdrawal) Source #