signingMethod property

  1. @TagNumber.new(3)
PreSigningOutput_SigningMethod get signingMethod

Signing method to be used to sign the sighash.

Implementation

@$pb.TagNumber(3)
PreSigningOutput_SigningMethod get signingMethod => $_getN(2);
  1. @TagNumber.new(3)
set signingMethod (PreSigningOutput_SigningMethod v)

Implementation

@$pb.TagNumber(3)
set signingMethod(PreSigningOutput_SigningMethod v) {
  setField(3, v);
}