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 | Class and Description |
---|---|
static class |
Protos.ExchangeRate
Protobuf type
wallet.ExchangeRate |
static class |
Protos.ExchangeRate.Builder
Protobuf type
wallet.ExchangeRate |
Modifier and Type | Method and Description |
---|---|
Protos.ExchangeRateOrBuilder |
Protos.TransactionOrBuilder.getExchangeRateOrBuilder()
optional .wallet.ExchangeRate exchange_rate = 12; |
Protos.ExchangeRateOrBuilder |
Protos.Transaction.getExchangeRateOrBuilder()
optional .wallet.ExchangeRate exchange_rate = 12; |
Protos.ExchangeRateOrBuilder |
Protos.Transaction.Builder.getExchangeRateOrBuilder()
optional .wallet.ExchangeRate exchange_rate = 12; |
Copyright © 2016. All rights reserved.