@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
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
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.