From 4642a13b8ab34753ce3c6efdc0cbdbd5fd8875f1 Mon Sep 17 00:00:00 2001 From: "juraj.bacovcin" Date: Thu, 25 Apr 2024 14:05:21 +0200 Subject: [PATCH] fix missing eth get balance --- ...tbalance.md => rpc-ethereum-eth_getbalance.md} | 15 +++++++++++++-- .../rpc-ethereum-eth_getblockreceipts.md | 3 --- v1.0/RPC Nodes/rpc-others.md | 1 - .../rpc-others/rpc-kadena/rpc-kadena-getinfo.md | 2 +- 4 files changed, 14 insertions(+), 7 deletions(-) rename v1.0/RPC Nodes/rpc-evm/rpc-ethereum/{rpc-ethereum-eth-getbalance.md => rpc-ethereum-eth_getbalance.md} (89%) diff --git a/v1.0/RPC Nodes/rpc-evm/rpc-ethereum/rpc-ethereum-eth-getbalance.md b/v1.0/RPC Nodes/rpc-evm/rpc-ethereum/rpc-ethereum-eth_getbalance.md similarity index 89% rename from v1.0/RPC Nodes/rpc-evm/rpc-ethereum/rpc-ethereum-eth-getbalance.md rename to v1.0/RPC Nodes/rpc-evm/rpc-ethereum/rpc-ethereum-eth_getbalance.md index c9989dd9..1d635006 100644 --- a/v1.0/RPC Nodes/rpc-evm/rpc-ethereum/rpc-ethereum-eth-getbalance.md +++ b/v1.0/RPC Nodes/rpc-evm/rpc-ethereum/rpc-ethereum-eth_getbalance.md @@ -1,5 +1,16 @@ -# eth\_getBalance - +--- +title: "eth_getBalance" +slug: "rpc-ethereum-eth_getbalance" +excerpt: "Ethereum RPC" +category: "6620f7e31ea673003624a8ce" +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 %} diff --git a/v1.0/RPC Nodes/rpc-evm/rpc-ethereum/rpc-ethereum-eth_getblockreceipts.md b/v1.0/RPC Nodes/rpc-evm/rpc-ethereum/rpc-ethereum-eth_getblockreceipts.md index 62cf8297..a2ebf70a 100644 --- a/v1.0/RPC Nodes/rpc-evm/rpc-ethereum/rpc-ethereum-eth_getblockreceipts.md +++ b/v1.0/RPC Nodes/rpc-evm/rpc-ethereum/rpc-ethereum-eth_getblockreceipts.md @@ -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. diff --git a/v1.0/RPC Nodes/rpc-others.md b/v1.0/RPC Nodes/rpc-others.md index 5ce29ae4..ec2739a9 100644 --- a/v1.0/RPC Nodes/rpc-others.md +++ b/v1.0/RPC Nodes/rpc-others.md @@ -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)" diff --git a/v1.0/RPC Nodes/rpc-others/rpc-kadena/rpc-kadena-getinfo.md b/v1.0/RPC Nodes/rpc-others/rpc-kadena/rpc-kadena-getinfo.md index 12b574bf..c6fac7ad 100644 --- a/v1.0/RPC Nodes/rpc-others/rpc-kadena/rpc-kadena-getinfo.md +++ b/v1.0/RPC Nodes/rpc-others/rpc-kadena/rpc-kadena-getinfo.md @@ -1,5 +1,5 @@ --- -title: "getinfo" +title: "getInfo" excerpt: "Kadena RPC" slug: "rpc-kadena-getinfo" category: "6620f7e31ea673003624a8ce"