aboutsummaryrefslogtreecommitdiffstats
path: root/src/schemas/signed_orders_schema.ts
blob: 3b3b23649f68ea9238b7885ed40f149902304032 (plain) (blame)
1
2
3
4
5
export const signedOrdersSchema = {
    id: '/signedOrdersSchema',
    type: 'array',
    items: {$ref: '/signedOrderSchema'},
};