aboutsummaryrefslogtreecommitdiffstats
path: root/packages/connect/src/schemas/asset_pairs_request_opts_schema.ts
blob: a9e3942a441cc3abe8174ed3fd7f86450369f38e (plain) (blame)
1
2
3
4
5
6
7
8
export const assetPairsRequestOptsSchema = {
    id: '/AssetPairsRequestOpts',
    type: 'object',
    properties: {
        assetDataA: { $ref: '/hexSchema' },
        assetDataB: { $ref: '/hexSchema' },
    },
};