pub fn decide_change(
remaining_amount: Amount,
fee_rate: FeeRate,
drain_script: &Script,
) -> ExcessExpand description
Decide if change can be created
remaining_amount: the amount in which the selected coins exceed the target amountfee_rate: required fee rate for the current selectiondrain_script: script to consider change creation