Skip to content

Commit

Permalink
Merge pull request #246 from FabijanC/v0.8.0-block-id
Browse files Browse the repository at this point in the history
Rename block param of ws methods to block_id (#246)
  • Loading branch information
ArielElp authored Nov 11, 2024
2 parents 6b3387e + 2469c12 commit 9abd80f
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 9abd80f

Please sign in to comment.