Skip to main content

Filecoin.EthCall

Params

(2)

1. tx (required)

data
string
required
from
gas
string
required
gasPrice
string
required
to
value
string
required

2. block_param (required)

(any of)
string

Result

(Filecoin.EthCall.Result)
string

Params

tx

block_param


Request

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