pub fn is_witness_standard(
    tx: &Transaction,
    map_inputs: &CoinsViewCache
) -> bool
Expand description

| Check if the transaction is over standard | P2WSH resources limit: 3600bytes witnessScript | size, 80bytes per witness stack element, | 100 witness stack elements | | These limits are adequate for multisignatures | up to n-of-100 using OP_CHECKSIG, OP_ADD, | and OP_EQUAL. | | Also enforce a maximum stack item size | limit and no annexes for tapscript spends. |