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.