We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ChannelMonitor
ChannelContext::get_commitment_stats
CommitmentTransaction
TxBuilder
FundedChannel
XX::validate_holder_commitment
generate_claims_from_holder_tx
generate_claims_from_counterparty_tx
generate_claims_from_revoked_counterparty_tx
{Ecdsa, Taproot}ChannelSigner
Signature
ChannelSigner
Witness
sign_holder_commitment
sign_justice_revoked_output
sign_justice_revoked_htlc_output
sign_holder_htlc_transaction
sign_counterparty_htlc_transaction
sign_holder_anchor_input
get_funding_script_pubkey
XX::validate_closing_partial_witness
build_final_closing_transaction
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Custom Commitment and HTLC Transactions
Build
ChannelMonitor
#3654ChannelContext::get_commitment_stats
#3682CommitmentTransaction
API #3689TxBuilder
trait, support fixed additional outputs #3775Validate
FundedChannel
toXX::validate_holder_commitment
Claims Detection
ChannelMonitor
generate_claims_from_holder_tx
generate_claims_from_counterparty_tx
generate_claims_from_revoked_counterparty_tx
Claims Spend
{Ecdsa, Taproot}ChannelSigner
methods returning aSignature
toChannelSigner
methods returning aWitness
sign_holder_commitment
sign_justice_revoked_output
sign_justice_revoked_htlc_output
sign_holder_htlc_transaction
sign_counterparty_htlc_transaction
sign_holder_anchor_input
Custom Funding Output and Mutual Close Transaction
Build Funding Output
get_funding_script_pubkey
Validate Witness Data Provided By Counterparty
FundedChannel
toXX::validate_closing_partial_witness
Build Mutual Close Transaction
build_final_closing_transaction
Prior Work
ChannelSigner
set and spend LN scriptpubkeys #3512The text was updated successfully, but these errors were encountered: