aboutsummaryrefslogtreecommitdiffstats
path: root/src/schemas
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-06-09 01:29:46 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-06-09 01:29:46 +0800
commit96615749f9f48be11cdaff15307315687820ce5c (patch)
treec90f742b397159ff934831350942c085ee8578cf /src/schemas
parent6e01cf9a5a319f3f3543955fa9f9d673b2c06a82 (diff)
downloaddexon-sol-tools-96615749f9f48be11cdaff15307315687820ce5c.tar
dexon-sol-tools-96615749f9f48be11cdaff15307315687820ce5c.tar.gz
dexon-sol-tools-96615749f9f48be11cdaff15307315687820ce5c.tar.bz2
dexon-sol-tools-96615749f9f48be11cdaff15307315687820ce5c.tar.lz
dexon-sol-tools-96615749f9f48be11cdaff15307315687820ce5c.tar.xz
dexon-sol-tools-96615749f9f48be11cdaff15307315687820ce5c.tar.zst
dexon-sol-tools-96615749f9f48be11cdaff15307315687820ce5c.zip
Add signedOrdersScxhema
Diffstat (limited to 'src/schemas')
-rw-r--r--src/schemas/signed_orders_schema.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/schemas/signed_orders_schema.ts b/src/schemas/signed_orders_schema.ts
new file mode 100644
index 000000000..3b3b23649
--- /dev/null
+++ b/src/schemas/signed_orders_schema.ts
@@ -0,0 +1,5 @@
+export const signedOrdersSchema = {
+ id: '/signedOrdersSchema',
+ type: 'array',
+ items: {$ref: '/signedOrderSchema'},
+};