🪝 The Hooks!useNonceOn this pageuseNonceGet the current nonce for the address provided.Returns nonce number.How to importimport { useNonce } from 'eth-hooks';How to useTo get started:const getNonce = useNonce(address, options?, override?): THookResult<number>To learn moreGo here for this hooks full API documentation.