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:94arrow-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:94arrow-up-right


authorizations

authorizations: IdentityAuthorizations

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

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

Identity ID as stored in the blockchain


portfolios

portfolios: 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

areSecondaryAccountsFrozen

areSecondaryAccountsFrozen(): Promise‹boolean›

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

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

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›

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›

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

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››

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

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[]›

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[]›

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

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

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

Parameters:

Returns: Promise‹UnsubCallback


getScopeId

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

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[]›

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

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

Parameters:

Returns: Promise‹UnsubCallback


getTrustingAssets

getTrustingAssets(): Promise‹Asset[]›

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[]›

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

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

Parameters:

Name
Type

callback

Returns: Promise‹UnsubCallback


hasRole

hasRole(role: Role): Promise‹boolean›

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›

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›

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›

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›

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

Overrides Entity.toJson

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

Return the Identity's DID

Returns: string


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?