aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/schemas/zero_ex_transaction_schema.ts
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-10-17 20:28:26 +0800
committerFabio Berger <me@fabioberger.com>2018-10-17 20:28:26 +0800
commit7d9009bb96fa576c98abd82200cd0fc2b4d27e40 (patch)
tree6725cc866ee5f1940f2b4611b8e9f94976626b6c /packages/json-schemas/schemas/zero_ex_transaction_schema.ts
parent78e6063d929368cd08c324cc5e7e5b48af0079f6 (diff)
downloaddexon-sol-tools-7d9009bb96fa576c98abd82200cd0fc2b4d27e40.tar
dexon-sol-tools-7d9009bb96fa576c98abd82200cd0fc2b4d27e40.tar.gz
dexon-sol-tools-7d9009bb96fa576c98abd82200cd0fc2b4d27e40.tar.bz2
dexon-sol-tools-7d9009bb96fa576c98abd82200cd0fc2b4d27e40.tar.lz
dexon-sol-tools-7d9009bb96fa576c98abd82200cd0fc2b4d27e40.tar.xz
dexon-sol-tools-7d9009bb96fa576c98abd82200cd0fc2b4d27e40.tar.zst
dexon-sol-tools-7d9009bb96fa576c98abd82200cd0fc2b4d27e40.zip
Convert all schemas to json files, so it's easier for devs in other languages to use it
Diffstat (limited to 'packages/json-schemas/schemas/zero_ex_transaction_schema.ts')
-rw-r--r--packages/json-schemas/schemas/zero_ex_transaction_schema.ts10
1 files changed, 0 insertions, 10 deletions
diff --git a/packages/json-schemas/schemas/zero_ex_transaction_schema.ts b/packages/json-schemas/schemas/zero_ex_transaction_schema.ts
deleted file mode 100644
index 7f729b724..000000000
--- a/packages/json-schemas/schemas/zero_ex_transaction_schema.ts
+++ /dev/null
@@ -1,10 +0,0 @@
-export const zeroExTransactionSchema = {
- id: '/zeroExTransactionSchema',
- properties: {
- data: { $ref: '/hexSchema' },
- signerAddress: { $ref: '/addressSchema' },
- salt: { $ref: '/numberSchema' },
- },
- required: ['data', 'salt', 'signerAddress'],
- type: 'object',
-};