aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/schemas/zero_ex_transaction_schema.json
blob: 0c714f14d9383190cfa9793c67fc7f1bfdf83bf3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
    "id": "/zeroExTransactionSchema",
    "properties": {
        "data": { "$ref": "/hexSchema" },
        "signerAddress": { "$ref": "/addressSchema" },
        "salt": { "$ref": "/wholeNumberSchema" }
    },
    "required": ["data", "salt", "signerAddress"],
    "type": "object"
}