aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/src/schemas/validate_order_fillable_opts_schema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/contract-wrappers/src/schemas/validate_order_fillable_opts_schema.ts')
-rw-r--r--packages/contract-wrappers/src/schemas/validate_order_fillable_opts_schema.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/contract-wrappers/src/schemas/validate_order_fillable_opts_schema.ts b/packages/contract-wrappers/src/schemas/validate_order_fillable_opts_schema.ts
new file mode 100644
index 000000000..2e111af04
--- /dev/null
+++ b/packages/contract-wrappers/src/schemas/validate_order_fillable_opts_schema.ts
@@ -0,0 +1,7 @@
+export const validateOrderFillableOptsSchema = {
+ id: '/ValidateOrderFillableOpts',
+ properties: {
+ expectedFillTakerTokenAmount: { $ref: '/wholeNumberSchema' },
+ },
+ type: 'object',
+};