Skip to content

Commit 9470113

Browse files
committed
doc: update README.md
1 parent 8eb19aa commit 9470113

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,9 @@ $currentBlock = $etherscan->proxy->getBlockNumber();
120120
```php
121121
$blockInfo = $etherscan->proxy->getBlockByNumber('0x10d4f');
122122
```
123+
124+
[eth_sendRawTransaction](https://docs.etherscan.io/api-reference/endpoint/ethsendrawtransaction):
125+
126+
```php
127+
$result = $this->proxy->sendRawTransaction('0xf904808000831cfde080');
128+
```

0 commit comments

Comments
 (0)