protocol/packages/json-schemas/schemas/order_hash_schema.ts

6 lines
120 B
TypeScript

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