eth_getUncleCountByBlockNumber
Name
Type
Description
await provider.request({
method: "eth_getUncleCountByBlockNumber",
params: ["0x5bad55"],
});
// "0x1"Last updated
Was this helpful?
await provider.request({
method: "eth_getUncleCountByBlockNumber",
params: ["0x5bad55"],
});
// "0x1"Last updated
Was this helpful?
Was this helpful?