TrustedClaimIssuer
Last updated
Was this helpful?
Last updated
Was this helpful?
Represents a trusted claim issuer for a specific token in the Polymesh blockchain
‹UniqueIdentifiers›
↳ TrustedClaimIssuer
Protected
contextidentity of the Trusted Claim Issuer
• ticker: string
ticker of the Security Token
• uuid: string
Retrieve the identifier data (block number, date and event index) of the event that was emitted when the token was created
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
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
Inherited from .
Defined in
▸ addedAt(): Promise‹ | null›
Defined in
Returns: Promise‹ | null›
Inherited from .
Defined in
Inherited from .
Defined in