Identity

Represents an Identity in the Polymesh blockchain

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

+ new Identity(identifiers: UniqueIdentifiers, context: Context): Identity

Overrides void

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

Create an Identity entity

Parameters:

Name
Type

identifiers

UniqueIdentifiers

context

Context

Returns: Identity

Properties

assetPermissions

• assetPermissions: AssetPermissions

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


authorizations

• authorizations: IdentityAuthorizations

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


Protected context

• context: Context

Inherited from CheckpointSchedule.context

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


did

• did: string

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

Identity ID as stored in the blockchain


portfolios

• portfolios: Portfolios

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


uuid

• uuid: string

Inherited from CheckpointSchedule.uuid

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

Methods

areSecondaryAccountsFrozen

▸ areSecondaryAccountsFrozen(): Promise‹boolean›

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

Check whether secondary Accounts are frozen

note can be subscribed to

Returns: Promise‹boolean›

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

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

Parameters:

Name
Type

callback

SubCallback‹boolean›

Returns: Promise‹UnsubCallback›


checkRoles

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

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

Check whether this Identity possesses all specified roles

Parameters:

Name
Type

roles

Returns: Promise‹CheckRolesResultarrow-up-right›


exists

▸ exists(): Promise‹boolean›

Overrides Entity.exists

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

Determine whether this Identity exists on chain

Returns: Promise‹boolean›


getAssetBalance

▸ getAssetBalance(args: object): Promise‹BigNumber›

Defined in src/api/entities/Identity/index.ts:163arrow-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›

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

Parameters:

â–ª args: object

Name
Type

ticker

string

▪ callback: SubCallback‹BigNumber›

Returns: Promise‹UnsubCallback›


getHeldAssets

▸ getHeldAssets(opts: object): Promise‹ResultSetarrow-up-right‹Asset››

Defined in src/api/entities/Identity/index.ts:311arrow-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-right‹Asset››


getHeldAssetsV2

▸ getHeldAssetsV2(opts: object): Promise‹ResultSetarrow-up-right‹Asset››

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

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= {}

Name
Type

order?

AssetHoldersOrderBy

size?

BigNumber

start?

BigNumber

Returns: Promise‹ResultSetarrow-up-right‹Asset››


getInstructions

▸ getInstructions(): Promise‹GroupedInstructionsarrow-up-right›

Defined in src/api/entities/Identity/index.ts:527arrow-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[]›

Defined in src/api/entities/Identity/index.ts:686arrow-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[]›

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

Retrieve all pending Instructions involving this Identity

deprecated in favor of getInstructions

Returns: Promise‹Instruction[]›


getPrimaryAccount

▸ getPrimaryAccount(): Promise‹PermissionedAccountarrow-up-right›

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

Retrieve the primary Account associated with the Identity

note can be subscribed to

Returns: Promise‹PermissionedAccountarrow-up-right›

▸ getPrimaryAccount(callback: SubCallback‹PermissionedAccountarrow-up-right›): Promise‹UnsubCallback›

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

Parameters:

Name
Type

Returns: Promise‹UnsubCallback›


getScopeId

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

Defined in src/api/entities/Identity/index.ts:505arrow-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[]›

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

Get the list of secondary Accounts related to the Identity

note can be subscribed to

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

▸ getSecondaryAccounts(callback: SubCallback‹PermissionedAccountarrow-up-right[]›): Promise‹UnsubCallback›

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

Parameters:

Name
Type

Returns: Promise‹UnsubCallback›


getTrustingAssets

▸ getTrustingAssets(): Promise‹Asset[]›

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

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

note uses the middleware

Returns: Promise‹Asset[]›


getTrustingAssetsV2

▸ getTrustingAssetsV2(): Promise‹Asset[]›

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

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

note uses the middlewareV2

Returns: Promise‹Asset[]›


getVenues

▸ getVenues(): Promise‹Venue[]›

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

Retrieve all Venues created by this Identity

note can be subscribed to

Returns: Promise‹Venue[]›

▸ getVenues(callback: SubCallback‹Venue[]›): Promise‹UnsubCallback›

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

Parameters:

Name
Type

callback

SubCallback‹Venue[]›

Returns: Promise‹UnsubCallback›


hasRole

▸ hasRole(role: Role): Promise‹boolean›

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

Check whether this Identity possesses the specified Role

Parameters:

Name
Type

role

Returns: Promise‹boolean›


hasRoles

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

Defined in src/api/entities/Identity/index.ts:422arrow-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›

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

Check whether this Identity has a valid CDD claim

Returns: Promise‹boolean›


isCddProvider

▸ isCddProvider(): Promise‹boolean›

Defined in src/api/entities/Identity/index.ts:245arrow-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›

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

Check whether this Identity is Governance Committee member

Returns: Promise‹boolean›


toHuman

â–¸ toHuman(): string

Overrides Entity.toHuman

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

Return the Identity's DID

Returns: string


Static generateUuid

▸ generateUuid‹Identifiers›(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

▸ unserialize‹Identifiers›(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?