Type alias VCProofValueBased

VCProofValueBased: {
    created: string;
    proofPurpose: "assertionMethod";
    proofValue: string;
    type: string;
    verificationMethod: string;
}

Type declaration

  • created: string
  • proofPurpose: "assertionMethod"
  • proofValue: string
  • type: string
  • verificationMethod: string