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 | Class and Description |
---|---|
class |
CustomTransactionSigner
This signer may be used as a template for creating custom multisig transaction signers.
|
class |
LocalTransactionSigner
TransactionSigner implementation for signing inputs using keys from provided KeyBag . |
class |
MissingSigResolutionSigner
This transaction signer resolves missing signatures in accordance with the given
Wallet.MissingSigsMode . |
class |
StatelessTransactionSigner
A signer that doesn't have any state to be serialized.
|
Modifier and Type | Method and Description |
---|---|
List<TransactionSigner> |
Wallet.getTransactionSigners() |
Modifier and Type | Method and Description |
---|---|
void |
Wallet.addTransactionSigner(TransactionSigner signer)
Adds given transaction signer to the list of signers.
|
Copyright © 2016. All rights reserved.