Type alias VC

VC: {
    @context: Context;
    credentialSubject: Record<string, any> | Record<string, any>[];
    expirationDate?: string;
    holder?: Holder;
    id: string;
    issuanceDate: string;
    issuer: vc.Issuer;
    proof: VCProof;
    type: VCType;
}

Type declaration

  • @context: Context
  • credentialSubject: Record<string, any> | Record<string, any>[]
  • Optional expirationDate?: string
  • Optional holder?: Holder
  • id: string
  • issuanceDate: string
  • issuer: vc.Issuer
  • proof: VCProof
  • type: VCType