Skip to main content

Filecoin.EthGetTransactionCount

Params

(2)

1. sender (required)

string

2. block_param (required)

(any of)
string

Result

(Filecoin.EthGetTransactionCount.Result)
string

Params

sender

block_param


Request

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