Add OrderWatcherPartialConfigSchema
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
export const orderWatcherPartialConfigSchema = {
|
||||
id: '/OrderWatcherPartialConfigSchema',
|
||||
properties: {
|
||||
stateLayer: { $ref: '/BlockParam' },
|
||||
orderExpirationCheckingIntervalMs: { type: 'number' },
|
||||
eventPollingIntervalMs: { type: 'number' },
|
||||
expirationMarginMs: { type: 'number' },
|
||||
cleanupJobIntervalMs: { type: 'number' },
|
||||
isVerbose: { type: 'boolean' },
|
||||
},
|
||||
type: 'object',
|
||||
required: [],
|
||||
};
|
||||
Reference in New Issue
Block a user