Skip to main content

@triveria/wallet / Exports / EudiConfiguration

Interface: EudiConfiguration

Configuration for EUDI trust framework. The field didTrustFramework marks which DID TF is used when the wallet uses did as its identifier.

Table of contents

Properties

Properties

didTrustFramework

Optional didTrustFramework: TrustFrameworkType

Defined in

api.ts:616


etsiLotlUrl

etsiLotlUrl: string

URL of the EUDI List of Trusted Lists. The trust anchors come from the lists it points at rather than from the LoTL itself, so a URL naming a plain trusted list is rejected.

Defined in

api.ts:611


trustedLotlCertificates

trustedLotlCertificates: string[]

Base64 encoded certificates the LoTL signature is pinned to. Each list the LoTL points at is pinned separately, by the certificates its own pointer names.

Defined in

api.ts:615