Package org.bitcoinj.signers
package 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. The 
Wallet class uses these
 when sending money.- 
ClassDescriptionThis signer may be used as a template for creating custom multisig transaction signers.TransactionSignerimplementation for signing inputs using keys from providedKeyBag.This transaction signer resolves missing signatures in accordance with the givenWallet.MissingSigsMode.Implementations of this interface are intended to sign inputs of the given transaction.This class wraps transaction proposed to complete keeping a metadata that may be updated, used and effectively shared by transaction signers.