Skip to content

Commit

Permalink
cleanings
Browse files Browse the repository at this point in the history
  • Loading branch information
paweljakubas committed Apr 13, 2023
1 parent 6873dbc commit ebc124a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/wallet/api/http/Cardano/Wallet/Api/Http/Shelley/Server.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2823,7 +2823,7 @@ parseValidityInterval ti validityInterval = do
-- TO-DO minting/burning
constructSharedTransaction
:: forall (n :: NetworkDiscriminant)
. (HasSNetworkId n, NetworkDiscriminantBits n, Typeable n)
. (HasSNetworkId n, NetworkDiscriminantBits n)
=> ApiLayer (SharedState n SharedKey) SharedKey 'CredFromScriptK
-> ArgGenChange (SharedState n SharedKey)
-> IO (Set PoolId)
Expand Down Expand Up @@ -2945,7 +2945,7 @@ constructSharedTransaction

decodeSharedTransaction
:: forall (n :: NetworkDiscriminant)
. (HasSNetworkId n, NetworkDiscriminantBits n, Typeable n)
. (HasSNetworkId n, NetworkDiscriminantBits n)
=> ApiLayer (SharedState n SharedKey) SharedKey 'CredFromScriptK
-> ApiT WalletId
-> ApiSerialisedTransaction
Expand Down Expand Up @@ -3410,7 +3410,7 @@ isForeign apiDecodedTx =

submitSharedTransaction
:: forall (n :: NetworkDiscriminant)
. (HasSNetworkId n, NetworkDiscriminantBits n, Typeable n)
. (HasSNetworkId n, NetworkDiscriminantBits n)
=> ApiLayer (SharedState n SharedKey) SharedKey 'CredFromScriptK
-> ApiT WalletId
-> ApiSerialisedTransaction
Expand Down

0 comments on commit ebc124a

Please sign in to comment.