You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- >>> parseUrlPiece "f43a62fdc3965df486de8a0d32fe800963589c41b38946602a0dc535.41474958_f43a62fdc3965df486de8a0d32fe800963589c41b38946602a0dc535.41474958" :: Either Text OrderAssetPair
Copy file name to clipboardExpand all lines: geniusyield-server-lib/src/GeniusYield/Server/Ctx.hs
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ runSkeletonI
77
77
--^ User's used addresses. Note that internally we prepend given change address to this list so that in case wallet's state isn't updated quickly to mark an earlier given change address as used, we'll be able to use UTxOs potentially present at this change address.
78
78
→GYAddress
79
79
--^ User's change address.
80
-
→MaybeGYTxOutRefCbor
80
+
→MaybeGYTxOutRef
81
81
--^ User's collateral.
82
82
→ReaderTDEXInfoGYTxMonadNode (GYTxSkeletonv)
83
83
→IOGYTxBody
@@ -91,7 +91,7 @@ runSkeletonWithStrategyI
91
91
--^ User's used addresses. Note that internally we prepend given change address to this list so that in case wallet's state isn't updated quickly to mark an earlier given change address as used, we'll be able to use UTxOs potentially present at this change address.
92
92
→GYAddress
93
93
--^ User's change address.
94
-
→MaybeGYTxOutRefCbor
94
+
→MaybeGYTxOutRef
95
95
--^ User's collateral.
96
96
→ReaderTDEXInfoGYTxMonadNode (GYTxSkeletonv)
97
97
→IOGYTxBody
@@ -104,7 +104,7 @@ runSkeletonF
104
104
--^ User's used addresses. Note that internally we prepend given change address to this list so that in case wallet's state isn't updated quickly to mark an earlier given change address as used, we'll be able to use UTxOs potentially present at this change address.
105
105
→GYAddress
106
106
--^ User's change address.
107
-
→MaybeGYTxOutRefCbor
107
+
→MaybeGYTxOutRef
108
108
--^ User's collateral.
109
109
→ReaderTDEXInfoGYTxMonadNode (t (GYTxSkeletonv))
110
110
→IO (tGYTxBody)
@@ -118,7 +118,7 @@ runSkeletonWithStrategyF
118
118
--^ User's used addresses. Note that internally we prepend given change address to this list so that in case wallet's state isn't updated quickly to mark an earlier given change address as used, we'll be able to use UTxOs potentially present at this change address.
0 commit comments