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 | Method and Description |
---|---|
Protos.ExchangeRate.Builder |
Protos.ExchangeRate.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protos.ExchangeRate.Builder |
Protos.ExchangeRate.Builder.clear() |
Protos.ExchangeRate.Builder |
Protos.ExchangeRate.Builder.clearCoinValue()
This much of satoshis (1E-8 fractions)…
|
Protos.ExchangeRate.Builder |
Protos.ExchangeRate.Builder.clearFiatCurrencyCode()
ISO 4217 currency code (if available) of the fiat currency.
|
Protos.ExchangeRate.Builder |
Protos.ExchangeRate.Builder.clearFiatValue()
…is worth this much of fiat (1E-4 fractions).
|
Protos.ExchangeRate.Builder |
Protos.ExchangeRate.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protos.ExchangeRate.Builder |
Protos.ExchangeRate.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protos.ExchangeRate.Builder |
Protos.ExchangeRate.Builder.clone() |
Protos.ExchangeRate.Builder |
Protos.Transaction.Builder.getExchangeRateBuilder()
Exchange rate that was valid when the transaction was sent.
|
Protos.ExchangeRate.Builder |
Protos.ExchangeRate.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.ExchangeRate.Builder |
Protos.ExchangeRate.Builder.mergeFrom(com.google.protobuf.Message other) |
Protos.ExchangeRate.Builder |
Protos.ExchangeRate.Builder.mergeFrom(Protos.ExchangeRate other) |
Protos.ExchangeRate.Builder |
Protos.ExchangeRate.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Protos.ExchangeRate.Builder |
Protos.ExchangeRate.newBuilder() |
static Protos.ExchangeRate.Builder |
Protos.ExchangeRate.newBuilder(Protos.ExchangeRate prototype) |
Protos.ExchangeRate.Builder |
Protos.ExchangeRate.newBuilderForType() |
protected Protos.ExchangeRate.Builder |
Protos.ExchangeRate.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Protos.ExchangeRate.Builder |
Protos.ExchangeRate.Builder.setCoinValue(long value)
This much of satoshis (1E-8 fractions)…
|
Protos.ExchangeRate.Builder |
Protos.ExchangeRate.Builder.setFiatCurrencyCode(String value)
ISO 4217 currency code (if available) of the fiat currency.
|
Protos.ExchangeRate.Builder |
Protos.ExchangeRate.Builder.setFiatCurrencyCodeBytes(com.google.protobuf.ByteString value)
ISO 4217 currency code (if available) of the fiat currency.
|
Protos.ExchangeRate.Builder |
Protos.ExchangeRate.Builder.setFiatValue(long value)
…is worth this much of fiat (1E-4 fractions).
|
Protos.ExchangeRate.Builder |
Protos.ExchangeRate.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protos.ExchangeRate.Builder |
Protos.ExchangeRate.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Protos.ExchangeRate.Builder |
Protos.ExchangeRate.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.ExchangeRate.Builder |
Protos.ExchangeRate.toBuilder() |
Modifier and Type | Method and Description |
---|---|
Protos.Transaction.Builder |
Protos.Transaction.Builder.setExchangeRate(Protos.ExchangeRate.Builder builderForValue)
Exchange rate that was valid when the transaction was sent.
|
Copyright © 2018. All rights reserved.