Skip to content

Commit

Permalink
Rename block param of ws methods to block_id
Browse files Browse the repository at this point in the history
  • Loading branch information
FabijanC committed Nov 11, 2024
1 parent 69637fd commit 2469c12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/starknet_ws_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"description": "Creates a WebSocket stream which will fire events for new block headers",
"params": [
{
"name": "block",
"name": "block_id",
"summary": "The block to get notifications from, default is latest, limited to 1024 blocks back",
"required": false,
"schema": {
Expand Down Expand Up @@ -78,7 +78,7 @@
}
},
{
"name": "block",
"name": "block_id",
"summary": "The block to get notifications from, default is latest, limited to 1024 blocks back",
"required": false,
"schema": {
Expand Down Expand Up @@ -138,7 +138,7 @@
}
},
{
"name": "block",
"name": "block_id",
"summary": "The block to get notifications from, default is latest, limited to 1024 blocks back",
"required": false,
"schema": {
Expand Down

0 comments on commit 2469c12

Please sign in to comment.