Result_SignatureNoneZ |
Result_SignatureNoneZ.clone() |
Creates a new CResult_SignatureNoneZ which has the same data as `orig`
but with all dynamically-allocated buffers duplicated in new buffers.
|
static Result_SignatureNoneZ |
Result_SignatureNoneZ.err() |
Creates a new CResult_SignatureNoneZ in the error state.
|
static Result_SignatureNoneZ |
Result_SignatureNoneZ.ok(byte[] o) |
Creates a new CResult_SignatureNoneZ in the success state.
|
Result_SignatureNoneZ |
EcdsaChannelSigner.EcdsaChannelSignerInterface.sign_channel_announcement_with_funding_key(UnsignedChannelAnnouncement msg) |
Signs a channel announcement message with our funding key proving it comes from one of the
channel participants.
|
Result_SignatureNoneZ |
EcdsaChannelSigner.sign_channel_announcement_with_funding_key(UnsignedChannelAnnouncement msg) |
Signs a channel announcement message with our funding key proving it comes from one of the
channel participants.
|
Result_SignatureNoneZ |
EcdsaChannelSigner.EcdsaChannelSignerInterface.sign_closing_transaction(ClosingTransaction closing_tx) |
Create a signature for a (proposed) closing transaction.
|
Result_SignatureNoneZ |
EcdsaChannelSigner.sign_closing_transaction(ClosingTransaction closing_tx) |
Create a signature for a (proposed) closing transaction.
|
Result_SignatureNoneZ |
EcdsaChannelSigner.EcdsaChannelSignerInterface.sign_counterparty_htlc_transaction(byte[] htlc_tx,
long input,
long amount,
byte[] per_commitment_point,
HTLCOutputInCommitment htlc) |
Create a signature for a claiming transaction for a HTLC output on a counterparty's commitment
transaction, either offered or received.
|
Result_SignatureNoneZ |
EcdsaChannelSigner.sign_counterparty_htlc_transaction(byte[] htlc_tx,
long input,
long amount,
byte[] per_commitment_point,
HTLCOutputInCommitment htlc) |
Create a signature for a claiming transaction for a HTLC output on a counterparty's commitment
transaction, either offered or received.
|
Result_SignatureNoneZ |
NodeSigner.NodeSignerInterface.sign_gossip_message(UnsignedGossipMessage msg) |
Sign a gossip message.
|
Result_SignatureNoneZ |
NodeSigner.sign_gossip_message(UnsignedGossipMessage msg) |
Sign a gossip message.
|
Result_SignatureNoneZ |
EcdsaChannelSigner.EcdsaChannelSignerInterface.sign_holder_anchor_input(byte[] anchor_tx,
long input) |
Computes the signature for a commitment transaction's anchor output used as an
input within `anchor_tx`, which spends the commitment transaction, at index `input`.
|
Result_SignatureNoneZ |
EcdsaChannelSigner.sign_holder_anchor_input(byte[] anchor_tx,
long input) |
Computes the signature for a commitment transaction's anchor output used as an
input within `anchor_tx`, which spends the commitment transaction, at index `input`.
|
Result_SignatureNoneZ |
EcdsaChannelSigner.EcdsaChannelSignerInterface.sign_justice_revoked_htlc(byte[] justice_tx,
long input,
long amount,
byte[] per_commitment_key,
HTLCOutputInCommitment htlc) |
Create a signature for the given input in a transaction spending a commitment transaction
HTLC output when our counterparty broadcasts an old state.
|
Result_SignatureNoneZ |
EcdsaChannelSigner.sign_justice_revoked_htlc(byte[] justice_tx,
long input,
long amount,
byte[] per_commitment_key,
HTLCOutputInCommitment htlc) |
Create a signature for the given input in a transaction spending a commitment transaction
HTLC output when our counterparty broadcasts an old state.
|
Result_SignatureNoneZ |
EcdsaChannelSigner.EcdsaChannelSignerInterface.sign_justice_revoked_output(byte[] justice_tx,
long input,
long amount,
byte[] per_commitment_key) |
Create a signature for the given input in a transaction spending an HTLC transaction output
or a commitment transaction `to_local` output when our counterparty broadcasts an old state.
|
Result_SignatureNoneZ |
EcdsaChannelSigner.sign_justice_revoked_output(byte[] justice_tx,
long input,
long amount,
byte[] per_commitment_key) |
Create a signature for the given input in a transaction spending an HTLC transaction output
or a commitment transaction `to_local` output when our counterparty broadcasts an old state.
|