DefaultTrustedClaimIssuer
Last updated
Was this helpful?
Last updated
Was this helpful?
Represents a default trusted claim issuer for a specific Asset in the Polymesh blockchain
↳
↳ DefaultTrustedClaimIssuer
Asset for which this Identity is a Default Trusted Claim Issuer
Protected
context• context: Context
• did: string
Identity ID as stored in the blockchain
• 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
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 middlewareV2
note
there is a possibility that the data is not ready by the time it is requested. In that case, null
is returned
▸ areSecondaryAccountsFrozen(): Promise‹boolean›
Check whether secondary Accounts are frozen
note
can be subscribed to
Returns: Promise‹boolean›
Parameters:
callback
Check whether this Identity possesses all specified roles
Parameters:
roles
▸ exists(): Promise‹boolean›
Determine whether this Identity exists on chain
Returns: Promise‹boolean›
â–¸ getAssetBalance(args
: object): Promise‹BigNumber›
Retrieve the balance of a particular Asset
note
can be subscribed to
Parameters:
â–ª args: object
ticker
string
Returns: Promise‹BigNumber›
Parameters:
â–ª args: object
ticker
string
Retrieve a list of all Assets which were held at one point by this Identity
note
uses the middleware
note
supports pagination
Parameters:
â–ªDefault value
opts: object= { order: Order.Asc }
order?
Order
size?
BigNumber
start?
BigNumber
Retrieve a list of all Assets which were held at one point by this Identity
note
uses the middlewareV2
note
supports pagination
Parameters:
â–ªDefault value
opts: object= {}
order?
AssetHoldersOrderBy
size?
BigNumber
start?
BigNumber
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 Assets this Identity has held
Retrieve all pending Instructions involving this Identity
deprecated
in favor of getInstructions
Retrieve the primary Account associated with the Identity
note
can be subscribed to
Parameters:
callback
â–¸ getScopeId(args
: object): Promise‹string | null›
Retrieve the Scope ID associated to this Identity's Investor Uniqueness Claim for a specific Asset, or null if there is none
Parameters:
â–ª args: object
asset
Returns: Promise‹string | null›
Get the list of secondary Accounts related to the Identity
note
can be subscribed to
Parameters:
callback
Get the list of Assets for which this Identity is a trusted claim issuer
note
uses the middleware
Get the list of Assets for which this Identity is a trusted claim issuer
note
uses the middlewareV2
Retrieve all Venues created by this Identity
note
can be subscribed to
Parameters:
callback
Check whether this Identity possesses the specified Role
Parameters:
role
Returns: Promise‹boolean›
Check whether this Identity possesses all specified roles
deprecated
in favor of checkRoles
Parameters:
roles
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›
Determine whether this Entity is the same as another one
Parameters:
entity
Returns: boolean
▸ isGcMember(): Promise‹boolean›
Check whether this Identity is Governance Committee member
Returns: Promise‹boolean›
â–¸ toHuman(): string
Return the Identity's DID
Returns: string
Retrieve claim types for which this Claim Issuer is trusted. A null value means that the issuer is trusted for all claim types
Static
generateUuid▸ generateUuid‹Identifiers›(identifiers
: Identifiers): string
Generate the Entity's UUID from its identifying properties
Type parameters:
â–ª Identifiers
Parameters:
identifiers
Identifiers
Returns: string
Static
unserialize▸ unserialize‹Identifiers›(serialized
: string): Identifiers
Unserialize a UUID into its Unique Identifiers
Type parameters:
â–ª Identifiers
Parameters:
serialized
string
UUID to unserialize
Returns: Identifiers
• asset:
Defined in
• assetPermissions:
Inherited from .
Defined in
• authorizations:
Inherited from .
Defined in
Inherited from .
Defined in
Inherited from .
Defined in
• portfolios:
Inherited from .
Defined in
Inherited from .
Defined in
▸ addedAt(): Promise‹ | null›
Defined in
Returns: Promise‹ | null›
▸ addedAtV2(): Promise‹ | null›
Defined in
Returns: Promise‹ | null›
Inherited from .
Defined in
â–¸ areSecondaryAccountsFrozen(callback
: ‹boolean›): Promise‹›
Inherited from .
Defined in
‹boolean›
Returns: Promise‹›
â–¸ checkRoles(roles
: []): Promise‹›
Inherited from .
Defined in
[]
Returns: Promise‹›
Inherited from .
Overrides .
Defined in
Inherited from .
Defined in
â–¸ getAssetBalance(args
: object, callback
: ‹BigNumber›): Promise‹›
Inherited from .
Defined in
▪ callback: ‹BigNumber›
Returns: Promise‹›
â–¸ getHeldAssets(opts
: object): Promise‹‹››
Inherited from .
Defined in
Returns: Promise‹‹››
â–¸ getHeldAssetsV2(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‹[]›
▸ getPrimaryAccount(): Promise‹›
Inherited from .
Defined in
Returns: Promise‹›
â–¸ getPrimaryAccount(callback
: ‹›): Promise‹›
Inherited from .
Defined in
‹›
Returns: Promise‹›
Inherited from .
Defined in
note
more on Investor Uniqueness and
| string
▸ getSecondaryAccounts(): Promise‹[]›
Inherited from .
Defined in
Returns: Promise‹[]›
â–¸ getSecondaryAccounts(callback
: ‹[]›): Promise‹›
Inherited from .
Defined in
‹[]›
Returns: Promise‹›
▸ getTrustingAssets(): Promise‹[]›
Inherited from .
Defined in
Returns: Promise‹[]›
▸ getTrustingAssetsV2(): 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
Inherited from .
Defined in
â–¸ isEqual(entity
: ‹unknown, unknown›): boolean
Inherited from .
Defined in
‹unknown, unknown›
Inherited from .
Defined in
Inherited from .
Overrides .
Defined in
▸ trustedFor(): Promise‹[] | null›
Defined in
Returns: Promise‹[] | null›
Inherited from .
Defined in
Inherited from .
Defined in