pub fn is_standard_tx(
    tx: &Transaction,
    permit_bare_multisig: bool,
    dust_relay_fee: &FeeRate,
    reason: &mut String
) -> bool
Expand description

| Check for standard transaction types | | ———– | @return | | True if all outputs (scriptPubKeys) | use only standard transaction forms |