types.TrustedClaimIssuer
Last updated
Was this helpful?
@polymeshassociation/polymesh-sdk / Modules / types / TrustedClaimIssuer
types.TrustedClaimIssuer
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
• identity: IsDefault extends true ? DefaultTrustedClaimIssuer : Identity
Defined in
• trustedFor: null | ClaimType[]
a null value means that the issuer is trusted for all claim types
Defined in
Last updated
Was this helpful?
Was this helpful?