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. |
Class and Description |
---|
CustomTransactionSigner.SignatureAndKey |
StatelessTransactionSigner
A signer that doesn't have any state to be serialized.
|
TransactionSigner
Implementations of this interface are intended to sign inputs of the given transaction.
|
TransactionSigner.ProposedTransaction
This class wraps transaction proposed to complete keeping a metadata that may be updated, used and effectively
shared by transaction signers.
|
Class and Description |
---|
TransactionSigner
Implementations of this interface are intended to sign inputs of the given transaction.
|
Copyright © 2016. All rights reserved.