Globals

Index

Enumerations

Classes

Interfaces

Type aliases

Functions

Object literals

Type aliases

Authorization

Ƭ Authorization: object | object | object | object

Defined in src/types/index.ts:216arrow-up-right

Authorization request data corresponding to type

Claim

Ƭ Claim: ScopedClaim | UnscopedClaim

Defined in src/types/index.ts:280arrow-up-right

CommonKeyring

Ƭ CommonKeyring: Pick‹Keyring, "getPair" | "getPairs" | "addFromSeed" | "addFromUri"›

Defined in src/types/index.ts:456arrow-up-right

Condition

Ƭ Condition: SingleClaimCondition | MultiClaimCondition | IdentityCondition | PrimaryIssuanceAgentCondition

Defined in src/types/index.ts:359arrow-up-right

ConditionBase

Ƭ ConditionBase: object

Defined in src/types/index.ts:338arrow-up-right

Type declaration:

Ensured

Ƭ Ensured: Required‹Pick‹T, K››

Defined in src/types/index.ts:449arrow-up-right

IdentityCondition

Ƭ IdentityCondition: ConditionBase & object

Defined in src/types/index.ts:350arrow-up-right

InstructionDetails

Ƭ InstructionDetails: object & object | object

Defined in src/api/entities/Instruction/types.ts:15arrow-up-right

ModifyClaimsParams

Ƭ ModifyClaimsParams: AddClaimsParams | EditClaimsParams | RevokeClaimsParams

Defined in src/api/procedures/modifyClaims.ts:44arrow-up-right

ModifyTokenParams

Ƭ ModifyTokenParams: object | object | object

Defined in src/api/procedures/modifyToken.ts:5arrow-up-right

MultiClaimCondition

Ƭ MultiClaimCondition: ConditionBase & object

Defined in src/types/index.ts:345arrow-up-right

Mutable

Ƭ Mutable: object

Defined in src/types/utils/index.ts:1arrow-up-right

Type declaration:

NextKey

Ƭ NextKey: string | number | null

Defined in src/types/index.ts:482arrow-up-right

PortfolioLike

Ƭ PortfolioLike: string | Identity | NumberedPortfolio | DefaultPortfolio | object

Defined in src/types/index.ts:590arrow-up-right

PrimaryIssuanceAgentCondition

Ƭ PrimaryIssuanceAgentCondition: ConditionBase & object

Defined in src/types/index.ts:355arrow-up-right

Role

Ƭ Role: TickerOwnerRole | TokenOwnerRole | CddProviderRole | VenueOwnerRole | PortfolioCustodianRole

Defined in src/types/index.ts:144arrow-up-right

ScopedClaim

Ƭ ScopedClaim: object | object | object

Defined in src/types/index.ts:262arrow-up-right

Signer

Ƭ Signer: Identity | Account

Defined in src/types/index.ts:571arrow-up-right

SingleClaimCondition

Ƭ SingleClaimCondition: ConditionBase & object

Defined in src/types/index.ts:340arrow-up-right

SubCallback

Ƭ SubCallback: function

Defined in src/types/index.ts:445arrow-up-right

Type declaration:

▸ (result: T): void | Promise‹void›

Parameters:

Name

Type

result

T

TokenType

Ƭ TokenType: KnownTokenType | object

Defined in src/types/index.ts:166arrow-up-right

Type of security that the token represents

TransactionArgument

Ƭ TransactionArgument: object & PlainTransactionArgument | ArrayTransactionArgument | SimpleEnumTransactionArgument | ComplexTransactionArgument

Defined in src/types/index.ts:560arrow-up-right

UnscopedClaim

Ƭ UnscopedClaim: object | object

Defined in src/types/index.ts:276arrow-up-right

UnsubCallback

Ƭ UnsubCallback: function

Defined in src/types/index.ts:447arrow-up-right

Type declaration:

▸ (): void

Functions

tickerToDid

tickerToDid(ticker: string): string

Defined in src/utils/conversion.ts:149arrow-up-right

Generate a Security Token's DID from a ticker

Parameters:

Name

Type

ticker

string

Returns: string

Const tuple

tupleT›(...args: T): T

Defined in src/types/utils/index.ts:10arrow-up-right

Create a literal tuple type from a list of arguments

Type parameters:

T: unknown[]

Parameters:

Name

Type

Description

...args

T

values to turn into a tuple

Returns: T

Object literals

Const ErrorMessagesPerCode

ErrorMessagesPerCode: object

Defined in src/base/PolymeshError.ts:3arrow-up-right

[ErrorCode.TransactionAborted]

[ErrorCode.TransactionAborted]: string = "The transaction was removed from the transaction pool. This might mean that it was malformed (nonce too large/nonce too small/duplicated or invalid transaction)"

Defined in src/base/PolymeshError.ts:7arrow-up-right

[ErrorCode.TransactionRejectedByUser]

[ErrorCode.TransactionRejectedByUser]: string = "The user canceled the transaction signature"

Defined in src/base/PolymeshError.ts:9arrow-up-right

[ErrorCode.TransactionReverted]

[ErrorCode.TransactionReverted]: string = "The transaction execution reverted due to an error"

Defined in src/base/PolymeshError.ts:6arrow-up-right

Last updated

Was this helpful?