Merge branch 'releases' into asr/merge-release-into-master
This commit is contained in:
@@ -102,6 +102,8 @@
|
||||
* [EthSubscribe](#EthSubscribe)
|
||||
* [EthUninstallFilter](#EthUninstallFilter)
|
||||
* [EthUnsubscribe](#EthUnsubscribe)
|
||||
* [Filecoin](#Filecoin)
|
||||
* [FilecoinAddressToEthAddress](#FilecoinAddressToEthAddress)
|
||||
* [Gas](#Gas)
|
||||
* [GasEstimateFeeCap](#GasEstimateFeeCap)
|
||||
* [GasEstimateGasLimit](#GasEstimateGasLimit)
|
||||
@@ -2989,6 +2991,24 @@ Inputs:
|
||||
|
||||
Response: `true`
|
||||
|
||||
## Filecoin
|
||||
|
||||
|
||||
### FilecoinAddressToEthAddress
|
||||
FilecoinAddressToEthAddress converts an f410 or f0 Filecoin Address to an EthAddress
|
||||
|
||||
|
||||
Perms: read
|
||||
|
||||
Inputs:
|
||||
```json
|
||||
[
|
||||
"f01234"
|
||||
]
|
||||
```
|
||||
|
||||
Response: `"0x5cbeecf99d3fdb3f25e309cc264f240bb0664031"`
|
||||
|
||||
## Gas
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user