You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Scripts/openapi.json
+21-2Lines changed: 21 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"openapi": "3.0.0",
3
3
"info": {
4
4
"title": "NEAR Protocol JSON RPC API",
5
-
"version": "1.2.1"
5
+
"version": "1.2.2"
6
6
},
7
7
"paths": {
8
8
"/EXPERIMENTAL_changes": {
@@ -10575,6 +10575,19 @@
10575
10575
},
10576
10576
"type": "array"
10577
10577
},
10578
+
"refund_to": {
10579
+
"anyOf": [
10580
+
{
10581
+
"$ref": "#/components/schemas/AccountId"
10582
+
},
10583
+
{
10584
+
"enum": [
10585
+
null
10586
+
],
10587
+
"nullable": true
10588
+
}
10589
+
]
10590
+
},
10578
10591
"signer_id": {
10579
10592
"$ref": "#/components/schemas/AccountId"
10580
10593
},
@@ -11317,6 +11330,12 @@
11317
11330
"minItems": 2,
11318
11331
"type": "array"
11319
11332
},
11333
+
"chunks_cache_height_horizon": {
11334
+
"description": "Height horizon for the chunk cache. A chunk is removed from the cache\nif its height + chunks_cache_height_horizon < largest_seen_height.\nThe default value is DEFAULT_CHUNKS_CACHE_HEIGHT_HORIZON.",
11335
+
"format": "uint64",
11336
+
"minimum": 0,
11337
+
"type": "integer"
11338
+
},
11320
11339
"client_background_migration_threads": {
11321
11340
"description": "Number of threads to execute background migration work in client.",
11322
11341
"format": "uint",
@@ -16170,7 +16189,7 @@
16170
16189
"$ref": "#/components/schemas/NearToken"
16171
16190
}
16172
16191
],
16173
-
"description": "Amount of yN per byte required to have on the account. See\n<https://nomicon.io/Economics/Economic#state-stake> for details."
16192
+
"description": "Amount of yN per byte required to have on the account. See\n<https://nomicon.io/Economics/Economics.html#state-stake> for details."
0 commit comments