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