scriptData property
Spending script pubkey data.
Use this variant if the UTXO claiming script is known already, otherwise use InputBuilder.
Please note that the signing method (eg "legacy" or "segwit") will be determined by parsing the script data as:
- P2PK, P2PKH - legacy signing method;
- P2WPKH - segwit signing method.
Implementation
@$pb.TagNumber(6)
$core.List<$core.int> get scriptData => $_getN(5);