Function breez_sdk_liquid::lightning::ln::chan_utils::make_funding_redeemscript
pub fn make_funding_redeemscript(
broadcaster: &PublicKey,
countersignatory: &PublicKey,
) -> Script
Expand description
Gets the redeemscript for a funding output from the two funding public keys. Note that the order of funding public keys does not matter.