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