documentJson property

  1. @TagNumber(3)
String documentJson

A valid JSON-LD Verifiable Credential document string with an unbound signature. The proof will be derived from this document directly. The document will not be stored in the wallet.

Implementation

@$pb.TagNumber(3)
$core.String get documentJson => $_getSZ(2);
  1. @TagNumber(3)
void documentJson=(String v)

Implementation

@$pb.TagNumber(3)
set documentJson($core.String v) {
  $_setString(2, v);
}