Options
All
  • Public
  • Public/Protected
  • All
Menu

Parameters required to create new card.

Hierarchy

  • INewCardParams

Index

Properties

Optional extraFields

extraFields: IExtraData

Custom attributes to be associated with the "self" signature of the new card.

Optional identity

identity: undefined | string

The card's identity.

When publishing a card, the value specified in the "sub" property of the JWT takes precedence over this value.

see

CardManager.publishCard

Optional previousCardId

previousCardId: undefined | string

Id of the card the new card is meant to replace.

privateKey

privateKey: IPrivateKey

The card's corresponding private key.

publicKey

publicKey: IPublicKey

The card's public key.