Package | Description |
---|---|
org.bitcoinj.core |
The core package contains classes for network messages like
Block and
Transaction , peer connectivity via PeerGroup ,
block chain management and the Wallet class. |
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 © 2014. All rights reserved.