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 |
---|---|
static com.google.protobuf.Parser<Protos.ExchangeRate> |
Protos.ExchangeRate.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Protos.ExchangeRate |
Protos.ExchangeRate.Builder.build() |
Protos.ExchangeRate |
Protos.ExchangeRate.Builder.buildPartial() |
static Protos.ExchangeRate |
Protos.ExchangeRate.getDefaultInstance() |
Protos.ExchangeRate |
Protos.ExchangeRate.getDefaultInstanceForType() |
Protos.ExchangeRate |
Protos.ExchangeRate.Builder.getDefaultInstanceForType() |
Protos.ExchangeRate |
Protos.TransactionOrBuilder.getExchangeRate()
Exchange rate that was valid when the transaction was sent.
|
Protos.ExchangeRate |
Protos.Transaction.getExchangeRate()
Exchange rate that was valid when the transaction was sent.
|
Protos.ExchangeRate |
Protos.Transaction.Builder.getExchangeRate()
Exchange rate that was valid when the transaction was sent.
|
static Protos.ExchangeRate |
Protos.ExchangeRate.parseDelimitedFrom(InputStream input) |
static Protos.ExchangeRate |
Protos.ExchangeRate.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.ExchangeRate |
Protos.ExchangeRate.parseFrom(byte[] data) |
static Protos.ExchangeRate |
Protos.ExchangeRate.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.ExchangeRate |
Protos.ExchangeRate.parseFrom(ByteBuffer data) |
static Protos.ExchangeRate |
Protos.ExchangeRate.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.ExchangeRate |
Protos.ExchangeRate.parseFrom(com.google.protobuf.ByteString data) |
static Protos.ExchangeRate |
Protos.ExchangeRate.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.ExchangeRate |
Protos.ExchangeRate.parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.ExchangeRate |
Protos.ExchangeRate.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.ExchangeRate |
Protos.ExchangeRate.parseFrom(InputStream input) |
static Protos.ExchangeRate |
Protos.ExchangeRate.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Protos.ExchangeRate> |
Protos.ExchangeRate.getParserForType() |
static com.google.protobuf.Parser<Protos.ExchangeRate> |
Protos.ExchangeRate.parser() |
Modifier and Type | Method and Description |
---|---|
Protos.Transaction.Builder |
Protos.Transaction.Builder.mergeExchangeRate(Protos.ExchangeRate value)
Exchange rate that was valid when the transaction was sent.
|
Protos.ExchangeRate.Builder |
Protos.ExchangeRate.Builder.mergeFrom(Protos.ExchangeRate other) |
static Protos.ExchangeRate.Builder |
Protos.ExchangeRate.newBuilder(Protos.ExchangeRate prototype) |
Protos.Transaction.Builder |
Protos.Transaction.Builder.setExchangeRate(Protos.ExchangeRate value)
Exchange rate that was valid when the transaction was sent.
|
Copyright © 2018. All rights reserved.