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 |
---|---|
ExchangeRate |
Wallet.SendRequest.exchangeRate
If not null, this exchange rate is recorded with the transaction during completion.
|
Modifier and Type | Method and Description |
---|---|
ExchangeRate |
Transaction.getExchangeRate()
Getter for
Transaction.exchangeRate . |
Modifier and Type | Method and Description |
---|---|
void |
Transaction.setExchangeRate(ExchangeRate exchangeRate)
Setter for
Transaction.exchangeRate . |
Copyright © 2014. All rights reserved.