Given raw transaction input/output data, is it possible to know if a Taproot output is multisig or not?
I'm getting raw block data from a bitcoin node, and want to classify each spend according to the script (P2PKH, P2SH, P2WSH, P2WPKH, P2MS and P2TR).
I want to be able to tell if an output represents a multisig spend, in particular for Taproot (P2TR).
Furthermore, if multisig, would it be possible to infer M and N?
from Recent Questions - Bitcoin Stack Exchange
October 21, 2022 at 03:51AM