verificationKey property

  1. @TagNumber(1)
VerificationKey get verificationKey

Implementation

@$pb.TagNumber(1)
VerificationKey get verificationKey => $_getN(0);
  1. @TagNumber(1)
set verificationKey (VerificationKey v)

Implementation

@$pb.TagNumber(1)
set verificationKey(VerificationKey v) { setField(1, v); }