aboutsummaryrefslogblamecommitdiffstats
path: root/packages/contract-wrappers/src/schemas/validate_order_fillable_opts_schema.ts
blob: 2e111af04c9c95a45d0cbf2a1e1572cb60be4581 (plain) (tree)
1
2
3
4
5
6
7






                                                                     
export const validateOrderFillableOptsSchema = {
    id: '/ValidateOrderFillableOpts',
    properties: {
        expectedFillTakerTokenAmount: { $ref: '/wholeNumberSchema' },
    },
    type: 'object',
};