Skip to content

Commit

Permalink
Feat 17: Hackage readiness - txManager module addition
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabhxyz committed Jun 12, 2023
1 parent f00f662 commit 3a1db63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions maestro-sdk.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ library
Maestro.API.Pool
Maestro.API.Scripts
Maestro.API.Transaction
Maestro.API.TxManager

Maestro.Client
Maestro.Client.Core
Expand All @@ -62,6 +63,7 @@ library
Maestro.Client.Pools
Maestro.Client.Scripts
Maestro.Client.Transaction
Maestro.Client.TxManager

Maestro.Types
Maestro.Types.Accounts
Expand Down
2 changes: 2 additions & 0 deletions src/Maestro/Client.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module Maestro.Client
, module Maestro.Client.Pools
, module Maestro.Client.Scripts
, module Maestro.Client.Transaction
, module Maestro.Client.TxManager
) where


Expand All @@ -25,3 +26,4 @@ import Maestro.Client.General
import Maestro.Client.Pools
import Maestro.Client.Scripts
import Maestro.Client.Transaction
import Maestro.Client.TxManager
2 changes: 1 addition & 1 deletion src/Maestro/Client/TxManager.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Maestro.Client.Transaction
module Maestro.Client.TxManager
( submitAndMonitorTx
)
where
Expand Down

0 comments on commit 3a1db63

Please sign in to comment.