preSigningResultV2 property
Result of a transaction pre-signing using the Bitcoin 2.0 protocol.
Set if Bitcoin.Proto.SigningInput.signing_v2 used.
Implementation
@$pb.TagNumber(7)
$5.PreSigningOutput get preSigningResultV2 => $_getN(3);
Implementation
@$pb.TagNumber(7)
set preSigningResultV2($5.PreSigningOutput v) {
setField(7, v);
}