Package | Description |
---|---|
org.bitcoinj.core |
The core package contains classes for network messages like
Block and
Transaction , peer connectivity via PeerGroup ,
block chain management and the Wallet class. |
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.
|
Class and Description |
---|
TransactionSigner
Implementations of this interface are intended to sign inputs of the given transaction.
|
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 |
---|
CustomTransactionSigner
This signer may be used as a template for creating custom multisig transaction signers.
|
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.
|
Copyright © 2014. All rights reserved.