We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb19aa commit 9470113Copy full SHA for 9470113
README.md
@@ -120,3 +120,9 @@ $currentBlock = $etherscan->proxy->getBlockNumber();
120
```php
121
$blockInfo = $etherscan->proxy->getBlockByNumber('0x10d4f');
122
```
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