Skip to main content

@triveria/wallet / Exports / IdtlConfiguration

Interface: IdtlConfiguration

Configuration for IDTL trust framework

Table of contents

Properties

Properties

etsiTslUrl

Optional etsiTslUrl: string

URL of ETSI trusted list

Defined in

api.ts:685


isOnboarded

isOnboarded: boolean

Defines if a wallet is onboarded

Defined in

api.ts:681


trustedTslCertificates

Optional trustedTslCertificates: string[]

Base64 encoded certificates with which the TL validity is checked. Optional: left out, the trusted list is used as it is published, its signature checked cryptographically but pinned to no certificate, so whoever controls the list decides which services it names.

Defined in

api.ts:689