Options
All
  • Public
  • Public/Protected
  • All
Menu

Object representation of the Virgil Card with the properties encoded in content snapshot directly accessible.

Hierarchy

  • ICard

Index

Properties

contentSnapshot

contentSnapshot: string

The content snapshot of the card as a string in UTF-8 encoding.

createdAt

createdAt: Date

The date the card was created at.

id

id: string

identity

identity: string

isOutdated

isOutdated: boolean

Indicates whether this card had been replaced by a newer card.

Optional previousCard

previousCard: ICard

The card identified by previousCardId of this card, if any.

Note! This is only populated by CardManager.searchCards method.

Optional previousCardId

previousCardId: undefined | string

Id of the card this card replaces as outdated, if any.

publicKey

publicKey: IPublicKey

The IPublicKey object representing this card's public key,

signatures

signatures: ICardSignature[]

List of cards signatures.

version

version: string

Card's version. Currently always equal to "5.0"