0x/ethereum-types
: Add geth eth_call types.
`0x/json-schemas`: Add geth eth_call properties to `CallData`. `@0x/web3-wrapper`: Add geth geth eth_call support.
This commit is contained in:
@@ -19,6 +19,24 @@
|
||||
"nonce": {
|
||||
"type": "number",
|
||||
"minimum": 0
|
||||
},
|
||||
"overrides": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"code": {
|
||||
"type": "string",
|
||||
"pattern": "^0x[0-9a-f]*$"
|
||||
},
|
||||
"nonce": {
|
||||
"oneOf": [{ "$ref": "/numberSchema" }, { "$ref": "/jsNumberSchema" }]
|
||||
},
|
||||
"value": {
|
||||
"oneOf": [{ "$ref": "/numberSchema" }, { "$ref": "/jsNumberSchema" }]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [],
|
||||
|
Reference in New Issue
Block a user