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.ScryptParameters
Protobuf type
wallet.ScryptParameters |
static class |
Protos.ScryptParameters.Builder
Protobuf type
wallet.ScryptParameters |
Modifier and Type | Method and Description |
---|---|
Protos.ScryptParametersOrBuilder |
Protos.WalletOrBuilder.getEncryptionParametersOrBuilder()
optional .wallet.ScryptParameters encryption_parameters = 6; |
Protos.ScryptParametersOrBuilder |
Protos.Wallet.getEncryptionParametersOrBuilder()
optional .wallet.ScryptParameters encryption_parameters = 6; |
Protos.ScryptParametersOrBuilder |
Protos.Wallet.Builder.getEncryptionParametersOrBuilder()
optional .wallet.ScryptParameters encryption_parameters = 6; |
Copyright © 2016. All rights reserved.