verificationTemplateId property

  1. @TagNumber(12)
String verificationTemplateId

Id of verification template with which to construct the JSON-LD proof document

Implementation

@$pb.TagNumber(12)
$core.String get verificationTemplateId => $_getSZ(6);
  1. @TagNumber(12)
void verificationTemplateId=(String v)

Implementation

@$pb.TagNumber(12)
set verificationTemplateId($core.String v) {
  $_setString(6, v);
}