Skip to main content

@idunion/tl-sdk / Exports / Tl

Interface: Tl

Trust List meta info

Table of contents

Properties

Properties

createdTs

createdTs: number

Unix timestamp in microseconds when the record was first created.

Defined in

api.ts:226


description

description: string

Trust List description

Defined in

api.ts:211


didBase

didBase: string

Defined in

api.ts:212


email

Optional email: string

Contact email address for the Trust List owner. Only returned by the authenticated owner-facing TlGet endpoint, not exposed in public directory responses.

Defined in

api.ts:218


governanceWalletId

governanceWalletId: string

Defined in

api.ts:213


id

id: string

Defined in

api.ts:202


lastOnboardedTs

Optional lastOnboardedTs: number

Unix timestamp in microseconds of the last onboarding to the trust list.

Defined in

api.ts:234


name

name: string

Trust List human-readable name

Defined in

api.ts:206


organization

Optional organization: string

Name of the organization operating the Trust List.

Defined in

api.ts:222


type

Optional type: TlType

Defined in

api.ts:207


updatedTs

updatedTs: number

Unix timestamp in microseconds when the record was last updated.

Defined in

api.ts:230


verifierId

verifierId: string

Defined in

api.ts:214