Skip to content

api.entities.types.TrustedClaimIssuer

polymesh-bot edited this page Jun 3, 2025 · 37 revisions

Interface: TrustedClaimIssuer<IsDefault>

api/entities/types.TrustedClaimIssuer

Type parameters

Name Type Description
IsDefault extends boolean = false whether the Identity is a default trusted claim issuer for an asset or just for a specific compliance condition. Defaults to false

Table of contents

Properties

Properties

identity

identity: IsDefault extends true ? DefaultTrustedClaimIssuer : Identity

Defined in

api/entities/types.ts:316


trustedFor

trustedFor: null | ClaimType[]

a null value means that the issuer is trusted for all claim types

Defined in

api/entities/types.ts:320

Clone this wiki locally