9 lines
215 B
TypeScript
9 lines
215 B
TypeScript
export const assetPairsRequestOptsSchema = {
|
|
id: '/AssetPairsRequestOpts',
|
|
type: 'object',
|
|
properties: {
|
|
assetDataA: { $ref: '/hexSchema' },
|
|
assetDataB: { $ref: '/hexSchema' },
|
|
},
|
|
};
|