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
↳
↳ DefaultTrustedClaimIssuer
Protected
context• did: string
identity ID as stored in the blockchain
• 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
▸ areSecondaryKeysFrozen(): Promise‹boolean›
Check whether secondary keys are frozen
note
can be subscribed to
Returns: Promise‹boolean›
Parameters:
Name
Type
callback
Retrieve a list of all tokens which were held at one point by this Identity
note
uses the middleware
note
supports pagination
Parameters:
â–ªDefault value
opts: object= { order: Order.Asc }
Name
Type
order?
Order
size?
undefined | number
start?
undefined | number
Retrieve all Instructions where this Identity is a participant, grouped by status
Retrieve every Dividend Distribution for which this Identity is eligible and hasn't been paid
note
uses the middleware
note
this query can be potentially SLOW depending on which Tokens this Identity has held
Retrieve all pending Instructions involving this Identity
deprecated
in favor of getInstructions
▸ getPrimaryKey(): Promise‹string›
Retrieve the primary key associated with the Identity
note
can be subscribed to
Returns: Promise‹string›
Parameters:
Name
Type
callback
â–¸ getScopeId(args
: object): Promise‹string›
Retrieve the Scope ID associated to this Identity's Investor Uniqueness Claim for a specific Security Token
Parameters:
â–ª args: object
Name
Type
token
Returns: Promise‹string›
Get the list of secondary keys related to the Identity
note
can be subscribed to
Parameters:
Name
Type
callback
â–¸ getTokenBalance(args
: object): Promise‹BigNumber›
Retrieve the balance of a particular Security Token
note
can be subscribed to
Parameters:
â–ª args: object
Name
Type
ticker
string
Returns: Promise‹BigNumber›
Parameters:
â–ª args: object
Name
Type
ticker
string
Get the list of tokens for which this Identity is a trusted claim issuer
note
uses the middleware
Parameters:
â–ªDefault value
args: object= { order: Order.Asc }
Name
Type
order
Order
Retrieve all Venues created by this Identity
note
can be subscribed to
Parameters:
Name
Type
callback
Check whether this Identity possesses the specified Role
Parameters:
Name
Type
role
Returns: Promise‹boolean›
Check whether this Identity possesses all specified roles
Parameters:
Name
Type
roles
Returns: Promise‹boolean›
â–¸ hasTokenPermissions(args
: object): Promise‹boolean›
Check whether this Identity has specific transaction Permissions over a Security Token
Parameters:
â–ª args: object
Name
Type
token
transactions
TxTag[] | null
Returns: Promise‹boolean›
▸ hasValidCdd(): Promise‹boolean›
Check whether this Identity has a valid CDD claim
Returns: Promise‹boolean›
▸ isCddProvider(): Promise‹boolean›
Check whether this Identity is a CDD provider
Returns: Promise‹boolean›
Whether this Entity is the same as another one
Parameters:
Name
Type
entity
Returns: boolean
▸ isGcMember(): Promise‹boolean›
Check whether this Identity is Governance Committee member
Returns: Promise‹boolean›
â–¸ toJson(): string
Return the Identity's DID
Returns: string
Static
generateUuid▸ generateUuid‹Identifiers›(identifiers
: Identifiers): string
Generate the Entity's UUID from its identifying properties
Type parameters:
â–ª Identifiers
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
Parameters:
Name
Type
Description
serialized
string
UUID to unserialize
Returns: Identifiers
• authorizations:
Inherited from .
Defined in
• context:
Inherited from .
Defined in
Inherited from .
Defined in
• portfolios:
Inherited from .
Defined in
Defined in
• trustedFor? : []
Defined in
Inherited from .
Defined in
▸ addedAt(): Promise‹ | null›
Defined in
Returns: Promise‹ | null›
Inherited from .
Defined in
â–¸ areSecondaryKeysFrozen(callback
: ‹boolean›): Promise‹›
Inherited from .
Defined in
‹boolean›
Returns: Promise‹›
â–¸ getHeldTokens(opts
: object): Promise‹‹››
Inherited from .
Defined in
Returns: Promise‹‹››
▸ getInstructions(): Promise‹›
Inherited from .
Defined in
Returns: Promise‹›
▸ getPendingDistributions(): Promise‹[]›
Inherited from .
Defined in
Returns: Promise‹[]›
▸ getPendingInstructions(): Promise‹[]›
Inherited from .
Defined in
Returns: Promise‹[]›
Inherited from .
Defined in
â–¸ getPrimaryKey(callback
: ‹string›): Promise‹›
Inherited from .
Defined in
‹string›
Returns: Promise‹›
Inherited from .
Defined in
note
more on Investor Uniqueness:
| string
▸ getSecondaryKeys(): Promise‹[]›
Inherited from .
Defined in
Returns: Promise‹[]›
â–¸ getSecondaryKeys(callback
: ‹[]›): Promise‹›
Inherited from .
Defined in
‹[]›
Returns: Promise‹›
Inherited from .
Defined in
â–¸ getTokenBalance(args
: object, callback
: ‹BigNumber›): Promise‹›
Inherited from .
Defined in
▪ callback: ‹BigNumber›
Returns: Promise‹›
â–¸ getTrustingTokens(args
: object): Promise‹[]›
Inherited from .
Defined in
Returns: Promise‹[]›
▸ getVenues(): Promise‹[]›
Inherited from .
Defined in
Returns: Promise‹[]›
â–¸ getVenues(callback
: ‹[]›): Promise‹›
Inherited from .
Defined in
‹[]›
Returns: Promise‹›
â–¸ hasRole(role
: ): Promise‹boolean›
Inherited from .
Defined in
â–¸ hasRoles(roles
: []): Promise‹boolean›
Inherited from .
Defined in
[]
Inherited from .
Defined in
| string
Inherited from .
Defined in
Inherited from .
Defined in
â–¸ isEqual(entity
: ‹unknown, unknown›): boolean
Inherited from .
Defined in
‹unknown, unknown›
Inherited from .
Defined in
Inherited from .
Overrides .
Defined in
Inherited from .
Defined in
Inherited from .
Defined in