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.Extension> |
Protos.Extension.PARSER |
Modifier and Type | Method and Description |
---|---|
Protos.Extension |
Protos.Extension.Builder.build() |
Protos.Extension |
Protos.Extension.Builder.buildPartial() |
static Protos.Extension |
Protos.Extension.getDefaultInstance() |
Protos.Extension |
Protos.Extension.getDefaultInstanceForType() |
Protos.Extension |
Protos.Extension.Builder.getDefaultInstanceForType() |
Protos.Extension |
Protos.WalletOrBuilder.getExtension(int index)
repeated .wallet.Extension extension = 10; |
Protos.Extension |
Protos.Wallet.getExtension(int index)
repeated .wallet.Extension extension = 10; |
Protos.Extension |
Protos.Wallet.Builder.getExtension(int index)
repeated .wallet.Extension extension = 10; |
static Protos.Extension |
Protos.Extension.parseDelimitedFrom(InputStream input) |
static Protos.Extension |
Protos.Extension.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Extension |
Protos.Extension.parseFrom(byte[] data) |
static Protos.Extension |
Protos.Extension.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Extension |
Protos.Extension.parseFrom(com.google.protobuf.ByteString data) |
static Protos.Extension |
Protos.Extension.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Extension |
Protos.Extension.parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.Extension |
Protos.Extension.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Extension |
Protos.Extension.parseFrom(InputStream input) |
static Protos.Extension |
Protos.Extension.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<Protos.Extension> |
Protos.WalletOrBuilder.getExtensionList()
repeated .wallet.Extension extension = 10; |
List<Protos.Extension> |
Protos.Wallet.getExtensionList()
repeated .wallet.Extension extension = 10; |
List<Protos.Extension> |
Protos.Wallet.Builder.getExtensionList()
repeated .wallet.Extension extension = 10; |
com.google.protobuf.Parser<Protos.Extension> |
Protos.Extension.getParserForType() |
Modifier and Type | Method and Description |
---|---|
Protos.Wallet.Builder |
Protos.Wallet.Builder.addExtension(int index,
Protos.Extension value)
repeated .wallet.Extension extension = 10; |
Protos.Wallet.Builder |
Protos.Wallet.Builder.addExtension(Protos.Extension value)
repeated .wallet.Extension extension = 10; |
Protos.Extension.Builder |
Protos.Extension.Builder.mergeFrom(Protos.Extension other) |
static Protos.Extension.Builder |
Protos.Extension.newBuilder(Protos.Extension prototype) |
Protos.Wallet.Builder |
Protos.Wallet.Builder.setExtension(int index,
Protos.Extension value)
repeated .wallet.Extension extension = 10; |
Modifier and Type | Method and Description |
---|---|
Protos.Wallet.Builder |
Protos.Wallet.Builder.addAllExtension(Iterable<? extends Protos.Extension> values)
repeated .wallet.Extension extension = 10; |
Copyright © 2016. All rights reserved.