1
0
Fork 0

[node] multiple contracting fixes and some more refactoring

This commit is contained in:
Julien Dessaux 2024-04-06 21:36:42 +02:00
parent eeaa64b5ed
commit 3e80bc8a4d
Signed by: adyxax
GPG key ID: F92E51B86E07177E
6 changed files with 65 additions and 46 deletions

View file

@ -1,5 +1,10 @@
import { Cooldown } from './types.ts';
export type ContractDeadlineExpired = {
contractId: string;
deadline: Date;
};
export type MarketTradeVolumeError = {
waypointSymbol: string;
tradeSymbol: string;