aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/schemas/order_hash_schema.ts
blob: 6af06927ffbfdbe9940e31558d5ef72de6fd44c2 (plain) (blame)
1
2
3
4
5
export const orderHashSchema = {
    id: '/OrderHashSchema',
    type: 'string',
    pattern: '^0x[0-9a-fA-F]{64}$',
};