aboutsummaryrefslogblamecommitdiffstats
path: root/packages/json-schemas/schemas/order_hash_schema.ts
blob: 9773a88f95f6177d50c7e9358ca7f5d6c349dbb4 (plain) (tree)
1
2
3
4
5
                                
                           


                                   
export const orderHashSchema = {
    id: '/orderHashSchema',
    type: 'string',
    pattern: '^0x[0-9a-fA-F]{64}$',
};