goquarkchain icon indicating copy to clipboard operation
goquarkchain copied to clipboard

[bridge] need to support ethClient PendingNonceAt func.

Open ping-ke opened this issue 3 years ago • 0 comments

We need to support the ethClient PendingNonceAt func, which will call the eth_getTransactionCount func to rpc with "pending" as param. and this will count all txs for one account, including tx not included in the block. Currently, we only count txs including blocks.

ping-ke avatar Jan 29 '22 03:01 ping-ke