We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaca614 commit 6376b33Copy full SHA for 6376b33
docs/openrpc.json
@@ -431,7 +431,7 @@
431
"name": "Block",
432
"required": false,
433
"schema": {
434
- "$ref": "#/components/schemas/BlockNumberOrTagOrHash"
+ "$ref": "#/components/schemas/BlockNumberOrTag"
435
}
436
437
],
@@ -2551,6 +2551,12 @@
2551
2552
},
2553
"required": ["from", "gas", "input"]
2554
+ },
2555
+ "ratio": {
2556
+ "title": "normalized ratio",
2557
+ "type": "number",
2558
+ "minimum": 0,
2559
+ "maximum": 1
2560
2561
2562
0 commit comments