Skip to main content

Filecoin.EthAddressToFilecoinAddress

Params

(1)

1. eth_address (required)

string

Result

(Filecoin.EthAddressToFilecoinAddress.Result)
string

Params

eth_address


Request

await window.ethereum.request({
"method": "Filecoin.EthAddressToFilecoinAddress",
"params": [
null
]
});