DefaultTrustedClaimIssuer
Last updated
Was this helpful?
Last updated
Was this helpful?
Represents a default trusted claim issuer for a specific token in the Polymesh blockchain
‹UniqueIdentifiers›
↳ DefaultTrustedClaimIssuer
Protected
contextidentity of the Trusted Claim Issuer
• ticker: string
ticker of the Security Token
Optional
trustedForclaim types for which this Claim Issuer is trusted. An undefined value means that the issuer is trusted for all claim types
• uuid: string
Retrieve the identifier data (block number, date and event index) of the event that was emitted when the trusted claim issuer was added
note
uses the middleware
note
there is a possibility that the data is not ready by the time it is requested. In that case, null
is returned
Whether this Entity is the same as another one
Parameters:
Name
Type
entity
Returns: boolean
Static
generateUuid▸ generateUuid‹Identifiers›(identifiers
: Identifiers): string
Generate the Entity's UUID from its identifying properties
Type parameters:
▪ Identifiers: object
Parameters:
Name
Type
Description
identifiers
Identifiers
Returns: string
Static
unserialize▸ unserialize‹Identifiers›(serialized
: string): Identifiers
Unserialize a UUID into its Unique Identifiers
Type parameters:
▪ Identifiers: object
Parameters:
Name
Type
Description
serialized
string
UUID to unserialize
Returns: Identifiers
• context:
Inherited from .
Defined in
• identity:
Defined in
Defined in
• trustedFor? : []
Defined in
Inherited from .
Defined in
▸ addedAt(): Promise‹ | null›
Defined in
Returns: Promise‹ | null›
▸ isEqual(entity
: ‹object›): boolean
Inherited from .
Defined in
‹object›
Inherited from .
Defined in
Inherited from .
Defined in