Package | Description |
---|---|
org.bitcoinj.signers |
Transaction signers know how to calculate signatures over transactions in different contexts, for example, using
local private keys or fetching them from remote servers.
|
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 |
---|---|
Wallet.MissingSigsMode |
MissingSigResolutionSigner.missingSigsMode |
Constructor and Description |
---|
MissingSigResolutionSigner(Wallet.MissingSigsMode missingSigsMode) |
Modifier and Type | Field and Description |
---|---|
Wallet.MissingSigsMode |
SendRequest.missingSigsMode
Specifies what to do with missing signatures left after completing this request.
|
Modifier and Type | Method and Description |
---|---|
static Wallet.MissingSigsMode |
Wallet.MissingSigsMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Wallet.MissingSigsMode[] |
Wallet.MissingSigsMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.