p2trScriptPath property

  1. @TagNumber(7)
Output_OutputTaprootScriptPath get p2trScriptPath

Pay-to-Taproot-script-path (complex transfers)

Implementation

@$pb.TagNumber(7)
Output_OutputTaprootScriptPath get p2trScriptPath => $_getN(6);
  1. @TagNumber(7)
set p2trScriptPath (Output_OutputTaprootScriptPath v)

Implementation

@$pb.TagNumber(7)
set p2trScriptPath(Output_OutputTaprootScriptPath v) {
  setField(7, v);
}