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 | Method and Description |
---|---|
Iterable<WalletTransaction> |
Wallet.getWalletTransactions()
Returns a set of all WalletTransactions in the wallet.
|
Modifier and Type | Method and Description |
---|---|
void |
Wallet.addWalletTransaction(WalletTransaction wtx)
Adds a transaction that has been associated with a particular wallet pool.
|
Copyright © 2014. All rights reserved.