DefaultTrustedClaimIssuer

Represents a default trusted claim issuer for a specific Asset in the Polymesh blockchain

Hierarchy

Identity

DefaultTrustedClaimIssuer

Index

Properties

Methods

Properties

asset

asset: Asset

Defined in src/api/entities/DefaultTrustedClaimIssuer.ts:36arrow-up-right

Asset for which this Identity is a Default Trusted Claim Issuer


assetPermissions

assetPermissions: AssetPermissions

Inherited from Identity.assetPermissions

Defined in src/api/entities/Identity/index.ts:94arrow-up-right


authorizations

authorizations: IdentityAuthorizations

Inherited from Identity.authorizations

Defined in src/api/entities/Identity/index.ts:92arrow-up-right


Protected context

context: Context

Inherited from CheckpointSchedule.context

Defined in src/api/entities/Entity.ts:48arrow-up-right


did

did: string

Inherited from Identity.did

Defined in src/api/entities/Identity/index.ts:89arrow-up-right

Identity ID as stored in the blockchain


portfolios

portfolios: Portfolios

Inherited from Identity.portfolios

Defined in src/api/entities/Identity/index.ts:93arrow-up-right


uuid

uuid: string

Inherited from CheckpointSchedule.uuid

Defined in src/api/entities/Entity.ts:46arrow-up-right

Methods

addedAt

addedAt(): Promise‹EventIdentifierarrow-up-right | null›

Defined in src/api/entities/DefaultTrustedClaimIssuer.ts:55arrow-up-right

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

Returns: Promise‹EventIdentifierarrow-up-right | null›


areSecondaryAccountsFrozen

areSecondaryAccountsFrozen(): Promise‹boolean›

Inherited from Identity.areSecondaryAccountsFrozen

Defined in src/api/entities/Identity/index.ts:583arrow-up-right

Check whether secondary Accounts are frozen

note can be subscribed to

Returns: Promise‹boolean›

areSecondaryAccountsFrozen(callback: SubCallback‹boolean›): Promise‹UnsubCallback

Inherited from Identity.areSecondaryAccountsFrozen

Defined in src/api/entities/Identity/index.ts:584arrow-up-right

Parameters:

Name
Type

callback

SubCallback‹boolean›

Returns: Promise‹UnsubCallback


checkRoles

checkRoles(roles: Role[]): Promise‹CheckRolesResultarrow-up-right

Inherited from Identity.checkRoles

Defined in src/api/entities/Identity/index.ts:351arrow-up-right

Check whether this Identity possesses all specified roles

Parameters:

Name
Type

roles

Returns: Promise‹CheckRolesResultarrow-up-right


exists

exists(): Promise‹boolean›

Inherited from Identity.exists

Overrides Entity.exists

Defined in src/api/entities/Identity/index.ts:713arrow-up-right

Determine whether this Identity exists on chain

Returns: Promise‹boolean›


getAssetBalance

getAssetBalance(args: object): Promise‹BigNumber›

Inherited from Identity.getAssetBalance

Defined in src/api/entities/Identity/index.ts:161arrow-up-right

Retrieve the balance of a particular Asset

note can be subscribed to

Parameters:

args: object

Name
Type

ticker

string

Returns: Promise‹BigNumber›

getAssetBalance(args: object, callback: SubCallback‹BigNumber›): Promise‹UnsubCallback

Inherited from Identity.getAssetBalance

Defined in src/api/entities/Identity/index.ts:162arrow-up-right

Parameters:

args: object

Name
Type

ticker

string

callback: SubCallback‹BigNumber›

Returns: Promise‹UnsubCallback


getHeldAssets

getHeldAssets(opts: object): Promise‹ResultSetarrow-up-rightAsset››

Inherited from Identity.getHeldAssets

Defined in src/api/entities/Identity/index.ts:309arrow-up-right

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 }

Name
Type

order?

Order

size?

BigNumber

start?

BigNumber

Returns: Promise‹ResultSetarrow-up-rightAsset››


getInstructions

getInstructions(): Promise‹GroupedInstructionsarrow-up-right

Inherited from Identity.getInstructions

Defined in src/api/entities/Identity/index.ts:461arrow-up-right

Retrieve all Instructions where this Identity is a participant, grouped by status

Returns: Promise‹GroupedInstructionsarrow-up-right


getPendingDistributions

getPendingDistributions(): Promise‹DistributionWithDetailsarrow-up-right[]›

Inherited from Identity.getPendingDistributions

Defined in src/api/entities/Identity/index.ts:620arrow-up-right

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

Returns: Promise‹DistributionWithDetailsarrow-up-right[]›


getPendingInstructions

getPendingInstructions(): Promise‹Instruction[]›

Inherited from Identity.getPendingInstructions

Defined in src/api/entities/Identity/index.ts:530arrow-up-right

Retrieve all pending Instructions involving this Identity

deprecated in favor of getInstructions

Returns: Promise‹Instruction[]›


getPrimaryAccount

getPrimaryAccount(): Promise‹PermissionedAccountarrow-up-right

Inherited from Identity.getPrimaryAccount

Defined in src/api/entities/Identity/index.ts:262arrow-up-right

Retrieve the primary Account associated with the Identity

note can be subscribed to

Returns: Promise‹PermissionedAccountarrow-up-right

getPrimaryAccount(callback: SubCallbackPermissionedAccountarrow-up-right›): Promise‹UnsubCallback

Inherited from Identity.getPrimaryAccount

Defined in src/api/entities/Identity/index.ts:263arrow-up-right

Parameters:

Returns: Promise‹UnsubCallback


getScopeId

getScopeId(args: object): Promise‹string | null›

Inherited from Identity.getScopeId

Defined in src/api/entities/Identity/index.ts:439arrow-up-right

Retrieve the Scope ID associated to this Identity's Investor Uniqueness Claim for a specific Asset, or null if there is none

note more on Investor Uniqueness herearrow-up-right and herearrow-up-right

Parameters:

args: object

Name
Type

asset

Asset | string

Returns: Promise‹string | null›


getSecondaryAccounts

getSecondaryAccounts(): Promise‹PermissionedAccountarrow-up-right[]›

Inherited from Identity.getSecondaryAccounts

Defined in src/api/entities/Identity/index.ts:674arrow-up-right

Get the list of secondary Accounts related to the Identity

note can be subscribed to

Returns: Promise‹PermissionedAccountarrow-up-right[]›

getSecondaryAccounts(callback: SubCallbackPermissionedAccountarrow-up-right[]›): Promise‹UnsubCallback

Inherited from Identity.getSecondaryAccounts

Defined in src/api/entities/Identity/index.ts:675arrow-up-right

Parameters:

Returns: Promise‹UnsubCallback


getTrustingAssets

getTrustingAssets(): Promise‹Asset[]›

Inherited from Identity.getTrustingAssets

Defined in src/api/entities/Identity/index.ts:386arrow-up-right

Get the list of Assets for which this Identity is a trusted claim issuer

note uses the middleware

Returns: Promise‹Asset[]›


getVenues

getVenues(): Promise‹Venue[]›

Inherited from Identity.getVenues

Defined in src/api/entities/Identity/index.ts:403arrow-up-right

Retrieve all Venues created by this Identity

note can be subscribed to

Returns: Promise‹Venue[]›

getVenues(callback: SubCallbackVenue[]›): Promise‹UnsubCallback

Inherited from Identity.getVenues

Defined in src/api/entities/Identity/index.ts:404arrow-up-right

Parameters:

Name
Type

callback

Returns: Promise‹UnsubCallback


hasRole

hasRole(role: Role): Promise‹boolean›

Inherited from Identity.hasRole

Defined in src/api/entities/Identity/index.ts:113arrow-up-right

Check whether this Identity possesses the specified Role

Parameters:

Name
Type

role

Returns: Promise‹boolean›


hasRoles

hasRoles(roles: Role[]): Promise‹boolean›

Inherited from Identity.hasRoles

Defined in src/api/entities/Identity/index.ts:375arrow-up-right

Check whether this Identity possesses all specified roles

deprecated in favor of checkRoles

Parameters:

Name
Type

roles

Returns: Promise‹boolean›


hasValidCdd

hasValidCdd(): Promise‹boolean›

Inherited from Identity.hasValidCdd

Defined in src/api/entities/Identity/index.ts:210arrow-up-right

Check whether this Identity has a valid CDD claim

Returns: Promise‹boolean›


isCddProvider

isCddProvider(): Promise‹boolean›

Inherited from Identity.isCddProvider

Defined in src/api/entities/Identity/index.ts:243arrow-up-right

Check whether this Identity is a CDD provider

Returns: Promise‹boolean›


isEqual

isEqual(entity: Entity‹unknown, unknown›): boolean

Inherited from CheckpointSchedule.isEqual

Defined in src/api/entities/Entity.ts:61arrow-up-right

Determine whether this Entity is the same as another one

Parameters:

Name
Type

entity

Entity‹unknown, unknown›

Returns: boolean


isGcMember

isGcMember(): Promise‹boolean›

Inherited from Identity.isGcMember

Defined in src/api/entities/Identity/index.ts:226arrow-up-right

Check whether this Identity is Governance Committee member

Returns: Promise‹boolean›


toJson

toJson(): string

Inherited from Identity.toJson

Overrides Entity.toJson

Defined in src/api/entities/Identity/index.ts:726arrow-up-right

Return the Identity's DID

Returns: string


trustedFor

trustedFor(): Promise‹ClaimTypearrow-up-right[] | null›

Defined in src/api/entities/DefaultTrustedClaimIssuer.ts:77arrow-up-right

Retrieve claim types for which this Claim Issuer is trusted. A null value means that the issuer is trusted for all claim types

Returns: Promise‹ClaimTypearrow-up-right[] | null›


Static generateUuid

generateUuidIdentifiers›(identifiers: Identifiers): string

Inherited from CheckpointSchedule.generateUuid

Defined in src/api/entities/Entity.ts:14arrow-up-right

Generate the Entity's UUID from its identifying properties

Type parameters:

Identifiers

Parameters:

Name
Type
Description

identifiers

Identifiers

Returns: string


Static unserialize

unserializeIdentifiers›(serialized: string): Identifiers

Inherited from CheckpointSchedule.unserialize

Defined in src/api/entities/Entity.ts:23arrow-up-right

Unserialize a UUID into its Unique Identifiers

Type parameters:

Identifiers

Parameters:

Name
Type
Description

serialized

string

UUID to unserialize

Returns: Identifiers

Last updated

Was this helpful?