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.testing |
Various utilities for writing unit tests: also useful for testing your own code and apps that build on top of
bitcoinj.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TransactionSigner.signInputs(TransactionSigner.ProposedTransaction propTx,
KeyBag keyBag)
Signs given transaction's inputs.
|
boolean |
MissingSigResolutionSigner.signInputs(TransactionSigner.ProposedTransaction propTx,
KeyBag keyBag) |
boolean |
LocalTransactionSigner.signInputs(TransactionSigner.ProposedTransaction propTx,
KeyBag keyBag) |
boolean |
CustomTransactionSigner.signInputs(TransactionSigner.ProposedTransaction propTx,
KeyBag keyBag) |
Modifier and Type | Method and Description |
---|---|
boolean |
NopTransactionSigner.signInputs(TransactionSigner.ProposedTransaction t,
KeyBag keyBag) |
Copyright © 2014. All rights reserved.