Package | Description |
---|---|
org.bitcoinj.wallet |
Classes that support the
Wallet , which knows how to find and save transactions relevant to
a set of keys or scripts, calculate balances, and spend money: the wallet has many features and can be extended
in various ways, please refer to the website for documentation on how to use it. |
Modifier and Type | Field and Description |
---|---|
protected WalletFiles |
Wallet.vFileManager |
Modifier and Type | Method and Description |
---|---|
WalletFiles |
Wallet.autosaveToFile(File f,
long delayTime,
TimeUnit timeUnit,
WalletFiles.Listener eventListener)
Sets up the wallet to auto-save itself to the given file, using temp files with atomic renames to ensure
consistency.
|
Copyright © 2016. All rights reserved.