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