I am readying the documentation at https://bitcoinj.github.io/working-with-the-wallet and I am not sure what I am missing.
Suppose I create a wallet, get its receive address and save wallet using saveToFileStream
(OutputStream). Then I send bitcoins to my address, while my wallet is not running and I do not have a WalletEventListener
listening for changes. I can then restore my wallet using loadFromFileStream
(InputStream) to restore my wallet. How do I find transactions that may have been made and my new balance?