Polymesh SDK API Reference
v4.0.0
v4.0.0
  • Introduction
  • Globals
  • Classes
    • Account
    • AuthorizationRequest
    • Authorizations
    • Claims
    • Compliance
    • Context
    • Count
    • CurrentAccount
    • CurrentIdentity
    • DefaultPortfolio
    • DefaultTrustedClaimIssuer
    • Documents
    • Entity
    • Identity
    • IdentityAuthorizations
    • Instruction
    • Issuance
    • Middleware
    • NumberedPortfolio
    • Offerings
    • Percentage
    • Polymesh
    • PolymeshError
    • PolymeshTransaction
    • PolymeshTransactionBase
    • PolymeshTransactionBatch
    • Portfolio
    • Portfolios
    • Requirements
    • SecurityToken
    • Settlements
    • Sto
    • TickerReservation
    • TokenHolders
    • TransactionQueue
    • TransferRestrictionBase
    • TransferRestrictions
    • TrustedClaimIssuers
    • Venue
  • Enums
    • AffirmationStatus
    • AuthorizationType
    • ClaimType
    • ConditionTarget
    • ConditionType
    • CountryCode
    • ErrorCode
    • InstructionStatus
    • InstructionType
    • KnownTokenType
    • ProposalStage
    • RoleType
    • ScopeType
    • StoStatus
    • TickerReservationStatus
    • TokenIdentifierType
    • TransactionArgumentType
    • TransactionQueueStatus
    • TransactionStatus
    • TransferStatus
    • TxGroup
    • VenueType
  • Interfaces
    • AccountBalance
    • AccountData
    • ActiveTransferRestrictions
    • AddBatchTransactionOpts
    • AddClaimsParams
    • AddInstructionParams
    • AddInvestorUniquenessClaimParams
    • AddTransactionOpts
    • AddTransactionOptsBase
    • ArrayTransactionArgument
    • CddProviderRole
    • ClaimData
    • ClaimScope
    • ClaimTarget
    • ComplexTransactionArgument
    • ConditionCompliance
    • ConnectParamsBase
    • ConstructorParams
    • ConsumeParams
    • CountTransferRestriction
    • CountTransferRestrictionInput
    • CreateSecurityTokenParams
    • CreateVenueParams
    • DeletePortfolioParams
    • EditClaimsParams
    • EventIdentifier
    • ExtrinsicData
    • Fees
    • HistoricSettlement
    • IdentityBalance
    • IdentityWithClaims
    • InstructionAffirmation
    • Investment
    • InviteAccountParams
    • IssueTokensParams
    • KeyringPair
    • Leg
    • MiddlewareConfig
    • ModifyInstructionAffirmationParams
    • ModifyPrimaryIssuanceAgentParams
    • ModifySignerPermissionsParams
    • ModifyTokenTrustedClaimIssuersAddSetParams
    • ModifyTokenTrustedClaimIssuersRemoveParams
    • MoveFundsParams
    • NetworkProperties
    • PaginationOptions
    • PercentageTransferRestriction
    • PercentageTransferRestrictionInput
    • Permissions
    • PermissionsLike
    • PlainTransactionArgument
    • PortfolioBalance
    • PortfolioCustodianRole
    • PortfolioMovement
    • ProcedureAuthorizationStatus
    • ProposalDetails
    • ProposalTimeFrames
    • ProposalVote
    • RedeemTokenParams
    • RegisterIdentityParams
    • RemoveSecondaryKeysParams
    • RenamePortfolioParams
    • Requirement
    • RequirementCompliance
    • ReserveTickerParams
    • ResultSet
    • RevokeClaimsParams
    • Scope
    • SecondaryKey
    • SecurityTokenDetails
    • SetAssetRequirementsParams
    • SetCountTransferRestrictionsParams
    • SetCustodianParams
    • SetPercentageTransferRestrictionsParams
    • SetTokenDocumentsParams
    • SettlementLeg
    • SimpleEnumTransactionArgument
    • StoDetails
    • StoTier
    • StoWithDetails
    • TickerOwnerRole
    • TickerReservationDetails
    • Tier
    • ToggleFreezeStoParams
    • ToggleFreezeTransfersParams
    • TogglePauseRequirementsParams
    • TokenDocument
    • TokenHolderOptions
    • TokenHolderProperties
    • TokenIdentifier
    • TokenOwnerRole
    • TokenPiaRole
    • TransferPolyXParams
    • TransferRestrictionInputBase
    • TransferTokenOwnershipParams
    • TrustedClaimIssuer
    • UiKeyring
    • UniqueIdentifiers
    • VenueDetails
    • VenueOwnerRole
Powered by GitBook
On this page
  • Hierarchy
  • Index
  • Properties
  • Accessors
  • Methods
  • Properties
  • Optional currentPair
  • isArchiveNode
  • polymeshApi
  • Accessors
  • middlewareApi
  • Methods
  • accountBalance
  • getAccounts
  • getCurrentAccount
  • getCurrentIdentity
  • getCurrentPair
  • getInvalidDids
  • getLatestBlock
  • getSecondaryKeys
  • getSigner
  • getTransactionArguments
  • getTransactionFees
  • isMiddlewareAvailable
  • isMiddlewareEnabled
  • issuedClaims
  • queryMiddleware
  • setPair
  • Static create

Was this helpful?

  1. Classes

Context

PreviousComplianceNextCount

Last updated 4 years ago

Was this helpful?

Context in which the SDK is being used

  • Holds the current low level API

  • Holds the current keyring pair

  • Holds the current Identity

Hierarchy

  • Context

Index

Properties

Accessors

Methods

Properties

Optional currentPair

isArchiveNode

• isArchiveNode: boolean = false

Whether the current node is an archive node (contains a full history from genesis onward) or not

polymeshApi

• polymeshApi: ApiPromise

Accessors

middlewareApi

• get middlewareApi(): ApolloClient‹NormalizedCacheObject›

Retrieve the middleware client

throws if the middleware is not enabled

Returns: ApolloClient‹NormalizedCacheObject›

Methods

accountBalance

Retrieve the account level POLYX balance

note can be subscribed to

Parameters:

Name

Type

account?

Retrieve the account level POLYX balance

note can be subscribed to

Parameters:

Name

Type

account

callback

getAccounts

Retrieve a list of addresses associated with the account

getCurrentAccount

Retrieve current Account

throws if there is no current account associated to the SDK instance

getCurrentIdentity

Retrieve current Identity

throws if there is no Identity associated to the current Account (or there is no current Account associated to the SDK instance)

getCurrentPair

Retrieve current Keyring Pair

throws if there is no Account associated to the SDK instance

getInvalidDids

Check whether Identities exist

Parameters:

Name

Type

identities

Returns: Promise‹string[]›

getLatestBlock

▸ getLatestBlock(): Promise‹BigNumber›

Retrieve the latest block number

Returns: Promise‹BigNumber›

getSecondaryKeys

Retrieve the list of secondary keys related to the Account

note can be subscribed to

Parameters:

Name

Type

callback

getSigner

â–¸ getSigner(): AddressOrPair

Retrieve the signer address (or keyring pair)

Returns: AddressOrPair

getTransactionArguments

Retrieve the types of arguments that a certain transaction requires to be run

Parameters:

â–ª args: object

Name

Type

Description

tag

TxTag

tag associated with the transaction that will be executed if the proposal passes

getTransactionFees

▸ getTransactionFees(tag: TxTag): Promise‹BigNumber›

Retrieve the protocol fees associated with running a specific transaction

Parameters:

Name

Type

Description

tag

TxTag

transaction tag (i.e. TxTags.asset.CreateAsset or "asset.createAsset")

Returns: Promise‹BigNumber›

isMiddlewareAvailable

▸ isMiddlewareAvailable(): Promise‹boolean›

Return whether the middleware is enabled and online

Returns: Promise‹boolean›

isMiddlewareEnabled

â–¸ isMiddlewareEnabled(): boolean

Return whether the middleware was enabled at startup

Returns: boolean

issuedClaims

Retrieve a list of claims. Can be filtered using parameters

note uses the middleware (optional)

Parameters:

â–ªDefault value opts: object= {}

Name

Type

Description

claimTypes?

types of the claims to fetch. Defaults to any type

includeExpired?

undefined | false | true

whether to include expired claims. Defaults to true

size?

undefined | number

page size

start?

undefined | number

page offset

targets?

identities (or Identity IDs) for which to fetch claims (targets). Defaults to all targets

trustedClaimIssuers?

identity IDs of claim issuers. Defaults to all claim issuers

queryMiddleware

▸ queryMiddleware‹Result›(query: GraphqlQuery‹unknown›): Promise‹ApolloQueryResult‹Result››

Make a query to the middleware server using the apollo client

Type parameters:

▪ Result: Partial‹Query›

Parameters:

Name

Type

query

GraphqlQuery‹unknown›

Returns: Promise‹ApolloQueryResult‹Result››

setPair

▸ setPair(address: string): Promise‹void›

Set a pair as the current account keyring pair

Parameters:

Name

Type

address

string

Returns: Promise‹void›

Static create

Create the Context instance

Parameters:

â–ª params: object

Name

Type

accountMnemonic?

undefined | string

accountSeed?

undefined | string

accountUri?

undefined | string

keyring?

middlewareApi

ApolloClient‹NormalizedCacheObject› | null

polymeshApi

ApiPromise

• currentPair? :

Defined in

Defined in

Defined in

Defined in

▸ accountBalance(account?: string | ): Promise‹›

Defined in

string |

Returns: Promise‹›

▸ accountBalance(account: string | | undefined, callback: ‹›): Promise‹›

Defined in

string | | undefined

‹›

Returns: Promise‹›

▸ getAccounts(): Array‹›

Defined in

Returns: Array‹›

â–¸ getCurrentAccount():

Defined in

Returns:

▸ getCurrentIdentity(): Promise‹›

Defined in

Returns: Promise‹›

â–¸ getCurrentPair():

Defined in

Returns:

▸ getInvalidDids(identities: (string | ‹›)[]): Promise‹string[]›

Defined in

(string | ‹›)[]

Defined in

▸ getSecondaryKeys(): Promise‹[]›

Defined in

Returns: Promise‹[]›

▸ getSecondaryKeys(callback: ‹[]›): Promise‹›

Defined in

‹[]›

Returns: Promise‹›

Defined in

â–¸ getTransactionArguments(args: object): []

Defined in

Returns: []

Defined in

Defined in

Defined in

▸ issuedClaims(opts: object): Promise‹‹››

Defined in

[]

(string | ‹›)[]

(string | ‹›)[]

Returns: Promise‹‹››

Defined in

Defined in

▸ create(params: object): Promise‹›

Defined in

|

Returns: Promise‹›

KeyringPair
src/base/Context.ts:83
src/base/Context.ts:88
src/base/Context.ts:81
src/base/Context.ts:777
Account
AccountBalance
src/base/Context.ts:226
AccountBalance
src/base/Context.ts:227
AccountData
src/base/Context.ts:199
AccountData
CurrentAccount
src/base/Context.ts:285
CurrentAccount
CurrentIdentity
src/base/Context.ts:305
CurrentIdentity
KeyringPair
src/base/Context.ts:325
KeyringPair
Identity
src/base/Context.ts:353
src/base/Context.ts:835
SecondaryKey
src/base/Context.ts:551
SecondaryKey
src/base/Context.ts:552
src/base/Context.ts:340
src/base/Context.ts:403
src/base/Context.ts:376
src/base/Context.ts:822
src/base/Context.ts:815
ResultSet
ClaimData
src/base/Context.ts:726
ResultSet
ClaimData
src/base/Context.ts:793
src/base/Context.ts:209
Context
src/base/Context.ts:122
Context
currentPair
isArchiveNode
polymeshApi
middlewareApi
accountBalance
getAccounts
getCurrentAccount
getCurrentIdentity
getCurrentPair
getInvalidDids
getLatestBlock
getSecondaryKeys
getSigner
getTransactionArguments
getTransactionFees
isMiddlewareAvailable
isMiddlewareEnabled
issuedClaims
queryMiddleware
setPair
create
Account
Account
Identity
ClaimType
Identity
Identity
Account
AccountBalance
SecondaryKey
AccountBalance
SecondaryKey
UiKeyring
SubCallback
UnsubCallback
UnsubCallback
SubCallback
UnsubCallback
UnsubCallback
TransactionArgument
TransactionArgument
SubCallback
SubCallback
CommonKeyring