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