Polymesh SDK API Reference
beta
beta
  • Globals
  • Classes
    • Account
    • AccountManagement
    • Asset
    • AssetHolders
    • AssetPermissions
    • Assets
    • AuthorizationRequest
    • Authorizations
    • Checkpoint
    • CheckpointSchedule
    • Checkpoints
    • Claims
    • Compliance
    • CorporateAction
    • CorporateActionBase
    • CorporateActions
    • Count
    • CustomPermissionGroup
    • DefaultPortfolio
    • DefaultTrustedClaimIssuer
    • Distributions
    • DividendDistribution
    • Documents
    • Entity
    • Identities
    • Identity
    • IdentityAuthorizations
    • Instruction
    • Issuance
    • KnownPermissionGroup
    • Network
    • NumberedPortfolio
    • Offering
    • Offerings
    • Percentage
    • PermissionGroup
    • Permissions
    • Polymesh
    • PolymeshError
    • PolymeshTransaction
    • PolymeshTransactionBase
    • PolymeshTransactionBatch
    • Portfolio
    • Portfolios
    • Requirements
    • Schedules
    • Settlements
    • Subsidy
    • TickerReservation
    • TransactionQueue
    • TransferRestrictionBase
    • TransferRestrictions
    • TrustedClaimIssuers
    • Venue
  • Enums
  • Interfaces
Powered by GitBook
On this page
  • Hierarchy
  • Index
  • Properties
  • Methods
  • Properties
  • Protected context
  • Protected parent
  • Methods
  • getOne
  • getReceived
  • getSent

Was this helpful?

  1. Classes

IdentityAuthorizations

PreviousIdentityNextInstruction

Last updated 2 years ago

Was this helpful?

Handles all Identity Authorization related functionality

Hierarchy

↳ ‹›

↳ IdentityAuthorizations

Index

Properties

Methods

Properties

Protected context

• context: Context

Inherited from void


Protected parent

Inherited from void

Methods

getOne

Retrieve a single Authorization Request targeting or issued by this Identity by its ID

throws if there is no Authorization Request with the passed ID targeting or issued by this Identity

Parameters:

▪ args: object

Name
Type

id

BigNumber


getReceived

Fetch all pending Authorization Requests for which this Signer is the target

Parameters:

Name
Type

opts?

undefined | object


getSent

Fetch all pending authorization requests issued by this Identity

note supports pagination

Parameters:

Name
Type

paginationOpts?

Defined in

• parent:

Defined in

▸ getOne(args: object): Promise‹›

Overrides .

Defined in

Returns: Promise‹›

▸ getReceived(opts?: undefined | object): Promise‹[]›

Inherited from .

Defined in

Returns: Promise‹[]›

▸ getSent(paginationOpts?: ): Promise‹‹››

Defined in

Returns: Promise‹‹››

src/api/entities/Namespace.ts:11
Identity
src/api/entities/Namespace.ts:9
AuthorizationRequest
src/api/entities/Identity/IdentityAuthorizations.ts:62
AuthorizationRequest
AuthorizationRequest
src/api/entities/common/namespaces/Authorizations.ts:29
AuthorizationRequest
PaginationOptions
ResultSet
AuthorizationRequest
src/api/entities/Identity/IdentityAuthorizations.ts:18
ResultSet
AuthorizationRequest
Authorizations
Identity
context
parent
getOne
getReceived
getSent
PaginationOptions
Authorizations
Authorizations
getOne
getReceived