boolean |
HTLCDescriptor.eq(HTLCDescriptor b) |
Checks if two HTLCDescriptors contain equal inner contents.
|
static BumpTransactionEvent |
BumpTransactionEvent.htlcresolution(byte[] claim_id,
int target_feerate_sat_per_1000_weight,
HTLCDescriptor[] htlc_descriptors,
int tx_lock_time) |
Utility method to constructs a new HTLCResolution-variant BumpTransactionEvent
|
static Result_HTLCDescriptorDecodeErrorZ |
Result_HTLCDescriptorDecodeErrorZ.ok(HTLCDescriptor o) |
Creates a new CResult_HTLCDescriptorDecodeErrorZ in the success state.
|
Result_ECDSASignatureNoneZ |
EcdsaChannelSigner.EcdsaChannelSignerInterface.sign_holder_htlc_transaction(byte[] htlc_tx,
long input,
HTLCDescriptor htlc_descriptor) |
Computes the signature for a commitment transaction's HTLC output used as an input within
`htlc_tx`, which spends the commitment transaction at index `input`.
|
Result_ECDSASignatureNoneZ |
EcdsaChannelSigner.sign_holder_htlc_transaction(byte[] htlc_tx,
long input,
HTLCDescriptor htlc_descriptor) |
Computes the signature for a commitment transaction's HTLC output used as an input within
`htlc_tx`, which spends the commitment transaction at index `input`.
|