Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,3 @@ The number of transactions in this block as a hexadecimal string.
<Info>
This method returns the count of transactions in a specific block identified by its hash.
</Info>

```
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,3 @@ The value at this storage position as a hexadecimal string.
Storage positions start at 0x0. The result is a 32-byte hexadecimal value representing the data stored at that position.
</Info>

```

Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,3 @@ ECDSA signature s.
<Info>
Transaction indices start at 0x0 for the first transaction in a block. If the index exceeds the number of transactions in the block, null is returned.
</Info>

```

```
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,3 @@ ECDSA signature s.
<Info>
Transaction indices start at 0x0 for the first transaction in a block. If the index exceeds the number of transactions, null is returned.
</Info>

```

```
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,3 @@ The number of uncles in this block as a hexadecimal string.
Uncle blocks are blocks that were mined but not included in the main blockchain. This method returns their count for a specific block.
</Info>

```

Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,3 @@ The number of uncles in this block as a hexadecimal string.
<Info>
Uncle blocks are blocks that were mined but not included in the main blockchain. This method returns their count for a specific block number.
</Info>

```
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Overview"
description: "Overview of the Base Account SDK provider request method and supported Ethereum RPC methods."
---

The `request` method allows apps to make Ethereum RPC requests to the wallet.
Expand Down