revealDocumentJson property

  1. @TagNumber(1)
String revealDocumentJson

A valid JSON-LD frame describing which fields should be revealed in the generated proof. If unspecified, all fields in the document will be revealed

Implementation

@$pb.TagNumber(1)
$core.String get revealDocumentJson => $_getSZ(0);
  1. @TagNumber(1)
void revealDocumentJson=(String v)

Implementation

@$pb.TagNumber(1)
set revealDocumentJson($core.String v) {
  $_setString(0, v);
}