From 3e80bc8a4d3127d17dbc3f52301d33a79e53a980 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sat, 6 Apr 2024 21:36:42 +0200 Subject: [node] multiple contracting fixes and some more refactoring --- nodejs/lib/errors.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nodejs/lib/errors.ts') diff --git a/nodejs/lib/errors.ts b/nodejs/lib/errors.ts index f9dca89..c560ee8 100644 --- a/nodejs/lib/errors.ts +++ b/nodejs/lib/errors.ts @@ -1,5 +1,10 @@ import { Cooldown } from './types.ts'; +export type ContractDeadlineExpired = { + contractId: string; + deadline: Date; +}; + export type MarketTradeVolumeError = { waypointSymbol: string; tradeSymbol: string; -- cgit v1.2.3