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.testing |
Various utilities for writing unit tests: also useful for testing your own code and apps that build on top of
bitcoinj.
|
Modifier and Type | Method and Description |
---|---|
protected abstract CustomTransactionSigner.SignatureAndKey |
CustomTransactionSigner.getSignature(Sha256Hash sighash,
List<ChildNumber> derivationPath) |
Modifier and Type | Method and Description |
---|---|
protected CustomTransactionSigner.SignatureAndKey |
KeyChainTransactionSigner.getSignature(Sha256Hash sighash,
List<ChildNumber> derivationPath) |
Copyright © 2014. All rights reserved.