[node] multiple contracting fixes and some more refactoring
This commit is contained in:
parent
eeaa64b5ed
commit
3e80bc8a4d
6 changed files with 65 additions and 46 deletions
|
@ -1,5 +1,10 @@
|
|||
import { Cooldown } from './types.ts';
|
||||
|
||||
export type ContractDeadlineExpired = {
|
||||
contractId: string;
|
||||
deadline: Date;
|
||||
};
|
||||
|
||||
export type MarketTradeVolumeError = {
|
||||
waypointSymbol: string;
|
||||
tradeSymbol: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue