signingMethod property
Signing method to be used to sign the sighash.
Implementation
@$pb.TagNumber(3)
PreSigningOutput_SigningMethod get signingMethod => $_getN(2);
Implementation
@$pb.TagNumber(3)
set signingMethod(PreSigningOutput_SigningMethod v) {
setField(3, v);
}