aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/schemas/zero_ex_transaction_schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/json-schemas/schemas/zero_ex_transaction_schema.json')
-rw-r--r--packages/json-schemas/schemas/zero_ex_transaction_schema.json10
1 files changed, 0 insertions, 10 deletions
diff --git a/packages/json-schemas/schemas/zero_ex_transaction_schema.json b/packages/json-schemas/schemas/zero_ex_transaction_schema.json
deleted file mode 100644
index 0c714f14d..000000000
--- a/packages/json-schemas/schemas/zero_ex_transaction_schema.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "id": "/zeroExTransactionSchema",
- "properties": {
- "data": { "$ref": "/hexSchema" },
- "signerAddress": { "$ref": "/addressSchema" },
- "salt": { "$ref": "/wholeNumberSchema" }
- },
- "required": ["data", "salt", "signerAddress"],
- "type": "object"
-}