Type alias VCProofJws

VCProofJws: {
    created: string;
    jws: string;
    proofPurpose: "assertionMethod";
    type: string;
    verificationMethod: string;
}

Type declaration

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