verificationKey property

  1. @TagNumber(2)
VerificationKey get verificationKey

Implementation

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

Implementation

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