Skip to content

Commit

Permalink
fix missing eth get balance
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj.bacovcin committed Apr 25, 2024
1 parent da58706 commit 4d02cf7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# eth\_getBalance

---
title: "eth_getBalance"
slug: "rpc-ethereum-eth_getbalance"
excerpt: "Ethereum RPC"
hidden: false
metadata:
image: []
keywords: "ethereum, rpc"
robots: "index"
createdAt: "Wed Apr 24 2024 12:57:55 GMT+0000 (Coordinated Universal Time)"
updatedAt: "Wed Apr 24 2024 12:57:55 GMT+0000 (Coordinated Universal Time)"
---
## How to use it

{% tabs %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ metadata:
createdAt: "Tue Mar 19 2024 10:46:43 GMT+0000 (Coordinated Universal Time)"
updatedAt: "Sat Apr 06 2024 12:59:37 GMT+0000 (Coordinated Universal Time)"
---



## Overview

`eth_getBlockReceipts` RPC method is a powerful tool for retrieving the receipts of all transactions included in a block, along with the block header. This method is particularly useful for applications that require detailed information about transactions, such as event logs, gas usage, and the status of transactions. It is supported on nodes running the Erigon client.
Expand Down
1 change: 0 additions & 1 deletion v1.0/RPC Nodes/rpc-others.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: "Others"
slug: "rpc-others"
category: "65c5e93c623cad004b45d505"
excerpt: ""
hidden: false
createdAt: "Wed Mar 06 2024 10:35:03 GMT+0000 (Coordinated Universal Time)"
Expand Down
2 changes: 1 addition & 1 deletion v1.0/RPC Nodes/rpc-others/rpc-kadena/rpc-kadena-getinfo.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "getinfo"
title: "getInfo"
excerpt: "Kadena RPC"
slug: "rpc-kadena-getinfo"
category: "6620f7e31ea673003624a8ce"
Expand Down

0 comments on commit 4d02cf7

Please sign in to comment.