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