Merge branch 'release/v1.20.0' into asr/merge-release-into-master
This commit is contained in:
@@ -68,6 +68,7 @@
|
||||
* [CreateBackup](#CreateBackup)
|
||||
* [Eth](#Eth)
|
||||
* [EthAccounts](#EthAccounts)
|
||||
* [EthAddressToFilecoinAddress](#EthAddressToFilecoinAddress)
|
||||
* [EthBlockNumber](#EthBlockNumber)
|
||||
* [EthCall](#EthCall)
|
||||
* [EthChainId](#EthChainId)
|
||||
@@ -2262,6 +2263,21 @@ Response:
|
||||
]
|
||||
```
|
||||
|
||||
### EthAddressToFilecoinAddress
|
||||
EthAddressToFilecoinAddress converts an EthAddress into an f410 Filecoin Address
|
||||
|
||||
|
||||
Perms: read
|
||||
|
||||
Inputs:
|
||||
```json
|
||||
[
|
||||
"0x5cbeecf99d3fdb3f25e309cc264f240bb0664031"
|
||||
]
|
||||
```
|
||||
|
||||
Response: `"f01234"`
|
||||
|
||||
### EthBlockNumber
|
||||
EthBlockNumber returns the height of the latest (heaviest) TipSet
|
||||
|
||||
|
||||
Reference in New Issue
Block a user