We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 312b7b3 commit ead78b3Copy full SHA for ead78b3
src/ICDexMaker.mo
@@ -145,7 +145,7 @@ module {
145
};
146
// admin
147
config: shared (_config: Config) -> async Bool;
148
- transactionLock: shared (_act: {#lock; #unlock}) -> async Bool;
+ transactionLock: shared (_sysTransactionLock: ?{#lock; #unlock}, _sysGlobalLock: ?{#lock; #unlock}) -> async Bool;
149
setPause: shared (_pause: Bool) -> async Bool;
150
resetLocalBalance: shared () -> async PoolBalance;
151
dexWithdraw: shared (_token0: Amount, _token1: Amount) -> async (token0: Amount, token1: Amount);
0 commit comments