TrustedClaimIssuer
Represents a trusted claim issuer for a specific token in the Polymesh blockchain
Hierarchy
Entity‹UniqueIdentifiers›
↳ TrustedClaimIssuer
Index
Properties
Methods
Properties
Protected
context
Protected
context• context: Context
Defined in src/api/entities/Entity.ts:48
identity
• identity: Identity
Defined in src/api/entities/TrustedClaimIssuer.ts:33
identity of the Trusted Claim Issuer
ticker
• ticker: string
Defined in src/api/entities/TrustedClaimIssuer.ts:38
ticker of the Security Token
uuid
• uuid: string
Defined in src/api/entities/Entity.ts:46
Methods
addedAt
▸ addedAt(): Promise‹EventIdentifier | null›
Defined in src/api/entities/TrustedClaimIssuer.ts:58
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
Returns: Promise‹EventIdentifier | null›
Static
generateUuid
Static
generateUuid▸ generateUuid‹Identifiers›(identifiers
: Identifiers): string
Inherited from Entity.generateUuid
Defined in src/api/entities/Entity.ts:14
Generate the Entity's UUID from its identifying properties
Type parameters:
▪ Identifiers: object
Parameters:
Returns: string
Static
unserialize
Static
unserialize▸ unserialize‹Identifiers›(serialized
: string): Identifiers
Inherited from Entity.unserialize
Defined in src/api/entities/Entity.ts:23
Unserialize a UUID into its Unique Identifiers
Type parameters:
▪ Identifiers: object
Parameters:
Returns: Identifiers
Last updated