See: Description
Interface | Description |
---|---|
TransactionSigner |
Implementations of this interface are intended to sign inputs of the given transaction.
|
Class | Description |
---|---|
CustomTransactionSigner |
This signer may be used as a template for creating custom multisig transaction signers.
|
LocalTransactionSigner |
TransactionSigner implementation for signing inputs using keys from provided KeyBag . |
MissingSigResolutionSigner |
This transaction signer resolves missing signatures in accordance with the given
Wallet.MissingSigsMode . |
StatelessTransactionSigner |
A signer that doesn't have any state to be serialized.
|
TransactionSigner.ProposedTransaction |
This class wraps transaction proposed to complete keeping a metadata that may be updated, used and effectively
shared by transaction signers.
|
Exception | Description |
---|---|
TransactionSigner.MissingSignatureException |
Wallet
class uses these
when sending money.Copyright © 2016. All rights reserved.