Wallet: {
    address?: string;
    dateCreated: IsoDatetime;
    dateExported?: IsoDatetime;
    exported?: boolean;
    externalId?: string;
    id: EntityId;
    imported?: boolean;
    name?: string;
    network: BlockchainNetwork;
    signingKey?: SigningKey;
    status: WalletStatus;
    tags: Tag[];
}

Type declaration

  • Optional address?: string
  • dateCreated: IsoDatetime
  • Optional dateExported?: IsoDatetime

    If present, represents the moment when the wallet was exported for the first time.

  • Optional exported?: boolean

    Whether the wallet was ever exported.

  • Optional externalId?: string
  • id: EntityId
  • Optional imported?: boolean

    Whether the wallet was imported, or if it was generated on Dfns side.

  • Optional name?: string
  • network: BlockchainNetwork
  • Optional signingKey?: SigningKey
  • status: WalletStatus
  • tags: Tag[]

Generated using TypeDoc