breez_sdk_liquid::lightning_125::ln::chan_utils

Function get_revokeable_redeemscript

pub fn get_revokeable_redeemscript(
    revocation_key: &RevocationKey,
    contest_delay: u16,
    broadcaster_delayed_payment_key: &DelayedPaymentKey,
) -> ScriptBuf
Expand description

A script either spendable by the revocation key or the broadcaster_delayed_payment_key and satisfying the relative-locktime OP_CSV constrain. Encumbering a to_holder output on a commitment transaction or 2nd-stage HTLC transactions.