@@ -27,13 +27,13 @@ EtherscanApi
27
27
* [ .getTransactionByHash(txhash)] ( #EtherscanApi+getTransactionByHash ) ⇒ <code >Promise.< ; object> ; </code >
28
28
* [ .getTransactionByBlockNumberAndIndex(blockNumber, [ index] )] ( #EtherscanApi+getTransactionByBlockNumberAndIndex ) ⇒ <code >Promise.< ; object> ; </code >
29
29
* [ .getTransactionCount(address)] ( #EtherscanApi+getTransactionCount ) ⇒ <code >Promise.< ; number> ; </code >
30
- * [ .sendRawTransaction(hex)] ( #EtherscanApi+sendRawTransaction )
30
+ * [ .sendRawTransaction(hex)] ( #EtherscanApi+sendRawTransaction ) ⇒ < code >Promise. & lt ; void & gt ; </ code >
31
31
* [ .getTransactionReceipt(txhash)] ( #EtherscanApi+getTransactionReceipt ) ⇒ <code >Promise.< ; object> ; </code >
32
32
* [ .call(to, data)] ( #EtherscanApi+call ) ⇒ <code >Promise.< ; string> ; </code >
33
33
* [ .getCode(address)] ( #EtherscanApi+getCode ) ⇒ <code >Promise.< ; string> ; </code >
34
34
* [ .getStorageAt(address, position)] ( #EtherscanApi+getStorageAt ) ⇒ <code >Promise.< ; string> ; </code >
35
- * [ .getGasPrice([ unit] )] ( #EtherscanApi+getGasPrice ) ⇒ <code >string</code >
36
- * [ .estimateGas(to, value, gasPrice, gas)] ( #EtherscanApi+estimateGas )
35
+ * [ .getGasPrice([ unit] )] ( #EtherscanApi+getGasPrice ) ⇒ <code >Promise. & lt ; string& gt ; </code >
36
+ * [ .estimateGas(to, value, gasPrice, gas)] ( #EtherscanApi+estimateGas ) ⇒ < code >Promise. & lt ; void & gt ; </ code >
37
37
* [ .getTokenByContractAddress(contractAddress)] ( #EtherscanApi+getTokenByContractAddress ) ⇒ <code >Promise.< ; string> ; </code >
38
38
* [ .getTokenBalanceByContractAddress(contractAddress)] ( #EtherscanApi+getTokenBalanceByContractAddress ) ⇒ <code >Promise.< ; string> ; </code >
39
39
* [ .getTotalEtherSupply()] ( #EtherscanApi+getTotalEtherSupply ) ⇒ <code >Promise.< ; string> ; </code >
@@ -283,7 +283,7 @@ Returns the number of transactions sent from an address
283
283
284
284
<a name =" EtherscanApi+sendRawTransaction " ></a >
285
285
286
- ### etherscanApi.sendRawTransaction(hex)
286
+ ### etherscanApi.sendRawTransaction(hex) ⇒ < code >Promise. & lt ; void & gt ; </ code >
287
287
Creates new message call transaction or a contract creation for signed
288
288
transactions
289
289
@@ -342,7 +342,7 @@ Returns the value from a storage position at a given address.
342
342
343
343
<a name =" EtherscanApi+getGasPrice " ></a >
344
344
345
- ### etherscanApi.getGasPrice([ unit] ) ⇒ <code >string</code >
345
+ ### etherscanApi.getGasPrice([ unit] ) ⇒ <code >Promise. & lt ; string& gt ; </code >
346
346
Returns the current price per gas (in wei by default)
347
347
348
348
** Kind** : instance method of [ <code >EtherscanApi</code >] ( #EtherscanApi )
@@ -353,7 +353,7 @@ Returns the current price per gas (in wei by default)
353
353
354
354
<a name =" EtherscanApi+estimateGas " ></a >
355
355
356
- ### etherscanApi.estimateGas(to, value, gasPrice, gas)
356
+ ### etherscanApi.estimateGas(to, value, gasPrice, gas) ⇒ < code >Promise. & lt ; void & gt ; </ code >
357
357
Makes a call or transaction, which won't be added to the blockchain and
358
358
returns the used gas, which can be used for estimating the used gas
359
359
0 commit comments