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