Skip to main content

@triveria/wallet / Exports / TrustListSource

Interface: TrustListSource

One tracked trusted list, and how current the stored copy of it is.

Table of contents

Properties

Properties

issue_date

Optional issue_date: string

When the publisher issued the stored copy.

Defined in

api.ts:1097


kind

kind: TrustListKind

Defined in

api.ts:1089


sequence_number

Optional sequence_number: number

The publisher's sequence number for the stored copy.

Defined in

api.ts:1093


signer_subject

Optional signer_subject: string

Subject of the certificate the stored copy is pinned to. A refresh of this list is only accepted if it is signed by the same certificate.

Defined in

api.ts:1101


url

url: string

The URL the trusted list is published at.

Defined in

api.ts:1088