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 |
BaseSign.BaseSignInterface.sign_channel_announcement(UnsignedChannelAnnouncement msg) |
Signs a channel announcement message with our funding key, proving it comes from one
of the channel participants.
|
Result_SignatureNoneZ |
BaseSign.sign_channel_announcement(UnsignedChannelAnnouncement msg) |
Signs a channel announcement message with our funding key, proving it comes from one
of the channel participants.
|
Result_SignatureNoneZ |
BaseSign.BaseSignInterface.sign_closing_transaction(byte[] closing_tx) |
Create a signature for a (proposed) closing transaction.
|
Result_SignatureNoneZ |
BaseSign.sign_closing_transaction(byte[] closing_tx) |
Create a signature for a (proposed) closing transaction.
|
Result_SignatureNoneZ |
BaseSign.BaseSignInterface.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 |
BaseSign.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 |
BaseSign.BaseSignInterface.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 |
BaseSign.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 |
BaseSign.BaseSignInterface.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 |
BaseSign.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.
|