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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TransactionSigner.signInputs(TransactionSigner.ProposedTransaction propTx,
KeyBag keyBag)
Signs given transaction's inputs.
|
boolean |
LocalTransactionSigner.signInputs(TransactionSigner.ProposedTransaction propTx,
KeyBag keyBag) |
boolean |
MissingSigResolutionSigner.signInputs(TransactionSigner.ProposedTransaction propTx,
KeyBag keyBag) |
boolean |
CustomTransactionSigner.signInputs(TransactionSigner.ProposedTransaction propTx,
KeyBag keyBag) |
Copyright © 2016. All rights reserved.