useGetNonce
Get nonce (tx count) of address. Uses Web3.eth.getTransactionCount
const nonce = Contract.hooks.useGetNonce(networkId, address);
Reference: Contract.useGetNonce
Get nonce (tx count) of address. Uses Web3.eth.getTransactionCount
const nonce = Contract.hooks.useGetNonce(networkId, address);
Reference: Contract.useGetNonce