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.Wallet> |
Protos.Wallet.PARSER |
Modifier and Type | Method and Description |
---|---|
Protos.Wallet |
Protos.Wallet.Builder.build() |
Protos.Wallet |
Protos.Wallet.Builder.buildPartial() |
static Protos.Wallet |
Protos.Wallet.getDefaultInstance() |
Protos.Wallet |
Protos.Wallet.getDefaultInstanceForType() |
Protos.Wallet |
Protos.Wallet.Builder.getDefaultInstanceForType() |
static Protos.Wallet |
Protos.Wallet.parseDelimitedFrom(InputStream input) |
static Protos.Wallet |
Protos.Wallet.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Wallet |
Protos.Wallet.parseFrom(byte[] data) |
static Protos.Wallet |
Protos.Wallet.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Wallet |
Protos.Wallet.parseFrom(com.google.protobuf.ByteString data) |
static Protos.Wallet |
Protos.Wallet.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Wallet |
Protos.Wallet.parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.Wallet |
Protos.Wallet.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Wallet |
Protos.Wallet.parseFrom(InputStream input) |
static Protos.Wallet |
Protos.Wallet.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Wallet |
WalletProtobufSerializer.parseToProto(InputStream input)
Returns the loaded protocol buffer from the given byte stream.
|
Protos.Wallet |
WalletProtobufSerializer.walletToProto(Wallet wallet)
Converts the given wallet to the object representation of the protocol buffers.
|
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Protos.Wallet> |
Protos.Wallet.getParserForType() |
Modifier and Type | Method and Description |
---|---|
Protos.Wallet.Builder |
Protos.Wallet.Builder.mergeFrom(Protos.Wallet other) |
static Protos.Wallet.Builder |
Protos.Wallet.newBuilder(Protos.Wallet prototype) |
Wallet |
WalletProtobufSerializer.readWallet(NetworkParameters params,
WalletExtension[] extensions,
Protos.Wallet walletProto)
Loads wallet data from the given protocol buffer and inserts it into the given Wallet object.
|
Wallet |
WalletProtobufSerializer.readWallet(NetworkParameters params,
WalletExtension[] extensions,
Protos.Wallet walletProto,
boolean forceReset)
Loads wallet data from the given protocol buffer and inserts it into the given Wallet object.
|
Copyright © 2016. All rights reserved.