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 | Class and Description |
---|---|
static class |
Protos.DeterministicKey
Protobuf type
wallet.DeterministicKey |
static class |
Protos.DeterministicKey.Builder
Protobuf type
wallet.DeterministicKey |
Modifier and Type | Method and Description |
---|---|
Protos.DeterministicKeyOrBuilder |
Protos.KeyOrBuilder.getDeterministicKeyOrBuilder()
optional .wallet.DeterministicKey deterministic_key = 7; |
Protos.DeterministicKeyOrBuilder |
Protos.Key.getDeterministicKeyOrBuilder()
optional .wallet.DeterministicKey deterministic_key = 7; |
Protos.DeterministicKeyOrBuilder |
Protos.Key.Builder.getDeterministicKeyOrBuilder()
optional .wallet.DeterministicKey deterministic_key = 7; |
Copyright © 2016. All rights reserved.