Interface BaseTransactionSigner

All Superinterfaces:
TransactionSigner
All Known Implementing Classes:
ECKeySigner, HDKeychainSigner

public interface BaseTransactionSigner extends TransactionSigner
A template interface, implementations need only implement keyForInput(TransactionInputData). The HDKeychainSigner implementation can sign transactions using a bitcoinj DeterministicKeyChain.

Keys and PubKeys can be searched for, but not UTXOs or amounts