[#wallet-CWallet-ShouldResend] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::ShouldResend :relfileprefix: ../../ :mrdocs: Return true if all conditions for periodically resending transactions are met. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool ShouldResend() const; ---- == Return Value true if transactions should be resent now. [.small]#Created with https://www.mrdocs.com[MrDocs]#