Skip to content

Commit

Permalink
Update rpc doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zlacfzy committed Sep 13, 2024
1 parent 1119fe4 commit 5640eba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/bnb-smart-chain/developers/json_rpc/blob-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ curl -X POST "http://localhost:8545/" -H "Content-Type: application/json" --dat
* String "earliest" for the earliest/genesis block
* String "latest" - for the latest mined block
* String "safe" - for the latest justified head block
* String "**finalized**" - for the latest finalized block
* String "finalized" - for the latest finalized block

**full_blob_flag** Boolean (OPTIONAL)

Expand Down
2 changes: 1 addition & 1 deletion docs/bnb-smart-chain/developers/json_rpc/bsc-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ curl -X POST "http://localhost:8545/" -H "Content-Type: application/json" --dat
* String "earliest" for the earliest/genesis block
* String "latest" - for the latest mined block
* String "safe" - for the latest justified head block
* String "**finalized**" - for the latest finalized block
* String "finalized" - for the latest finalized block

```
curl -X POST "http://localhost:8545/" -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_getTransactionsByBlockNumber","params":["0x539492"],"id":1}'
Expand Down

0 comments on commit 5640eba

Please sign in to comment.